#451E9B

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

Shades of Blue Gem #451E9B

Tints of Blue Gem #451E9B

Color information

#451E9B (or 0x451E9B) is unknown color: approx Blue Gem. HEX triplet: 45, 1E and 9B. RGB value is (69,30,155). Sum of RGB (Red+Green+Blue) = 69+30+155=254 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.17% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 155 (60.94% from 255 or 61.02% from 254); Max value from RGB is 155 - color contains mainly: blue. Hex color #451E9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #451E9B is #BAE164. Grayscale: #373737. Windows color (decimal): -12247397 or 10165829. OLE color: 10165829.

HSL color Cylindrical-coordinate representation of color #451E9B: hue angle of 258.72º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #451E9B is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6930155-
CMYK0.550.8100.39
HSL258.72º67.57%36.27%-
HSV(B)258.72º80.65%60.78%-
XYZ8.834.5631.42-
YUV55.91183.92137.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 27.17%
GREEN value IS 30 (12.11% from 255) = 11.81%
BLUE value IS 155 (60.94% from 255) = 61.02%
R=27.17%
G=11.81%
B=61.02%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal69301550.550.8100.39258.7267.5736.27
Hex451E9B37510271034424
Octal105362336712104740310444
Binary10001011111010011011110111101000101001111000000111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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