#454D96

Color #454D96 Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #454D96

Tints of Governor Bay #454D96

Color information

#454D96 (or 0x454D96) is unknown color: approx Governor Bay. HEX triplet: 45, 4D and 96. RGB value is (69,77,150). Sum of RGB (Red+Green+Blue) = 69+77+150=296 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.31% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #454D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454D96 is #BAB269. Grayscale: #525252. Windows color (decimal): -12235370 or 9850181. OLE color: 9850181.

HSL color Cylindrical-coordinate representation of color #454D96: hue angle of 234.07º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #454D96 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6977150-
CMYK0.540.4900.41
HSL234.07º36.99%42.94%-
HSV(B)234.07º54%58.82%-
XYZ10.618.7729.99-
YUV82.93165.85118.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.31%
GREEN value IS 77 (30.47% from 255) = 26.01%
BLUE value IS 150 (58.98% from 255) = 50.68%
R=23.31%
G=26.01%
B=50.68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69771500.540.4900.41234.0736.9942.94
Hex454D963631029ea252b
Octal10511522666610513524553
Binary1000101100110110010110110110110001010100111101010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454D96; }

 p { color: rgb(69,77,150); }

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

<style>
 a { background-color: #454D96; }

 a { background-color: rgb(69,77,150); }

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

<style>
 span { border-color: #454D96; }

 span { border-color: rgb(69,77,150); }

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