#451E9D

Color #451E9D Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #451E9D

Tints of Blue Gem #451E9D

Color information

#451E9D (or 0x451E9D) is unknown color: approx Blue Gem. HEX triplet: 45, 1E and 9D. RGB value is (69,30,157). Sum of RGB (Red+Green+Blue) = 69+30+157=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 30 (12.11% from 255 or 11.72% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #451E9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451E9D is #BAE162. Grayscale: #373737. Windows color (decimal): -12247395 or 10296901. OLE color: 10296901.

HSL color Cylindrical-coordinate representation of color #451E9D: hue angle of 258.43º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451E9D is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6930157-
CMYK0.560.8100.38
HSL258.43º67.91%36.67%-
HSV(B)258.43º80.89%61.57%-
XYZ94.6332.32-
YUV56.14184.92137.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 26.95%
GREEN value IS 30 (12.11% from 255) = 11.72%
BLUE value IS 157 (61.72% from 255) = 61.33%
R=26.95%
G=11.72%
B=61.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal69301570.560.8100.38258.4367.9136.67
Hex451E9D38510261024425
Octal105362357012104640210445
Binary10001011111010011101111000101000101001101000000101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451E9D; }

 p { color: rgb(69,30,157); }

 H1.HeaderClassName
 {
   color: #451E9D;
 }
 .AnyTagClassName
 {
   color: #451E9D;
 }
</style>
background-color css

<style>
 a { background-color: #451E9D; }

 a { background-color: rgb(69,30,157); }

 div.DivClassName
 {
   background-color: #451E9D;
 }
 .BgClassName
 {
   background-color: #451E9D;
 }
</style>
border-color css

<style>
 span { border-color: #451E9D; }

 span { border-color: rgb(69,30,157); }

 td.TdClassName
 {
   border-color: #451E9D;
 }
 .TagClassName
 {
   border-color: #451E9D;
 }
</style>