#454E99

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

Shades of Governor Bay #454E99

Tints of Governor Bay #454E99

Color information

#454E99 (or 0x454E99) is unknown color: approx Governor Bay. HEX triplet: 45, 4E and 99. RGB value is (69,78,153). Sum of RGB (Red+Green+Blue) = 69+78+153=300 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #454E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454E99 is #BAB166. Grayscale: #535353. Windows color (decimal): -12235111 or 10047045. OLE color: 10047045.

HSL color Cylindrical-coordinate representation of color #454E99: hue angle of 233.57º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #454E99 is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6978153-
CMYK0.550.4900.4
HSL233.57º37.84%43.53%-
HSV(B)233.57º54.9%60%-
XYZ10.939.0131.3-
YUV83.86167.02117.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23%
GREEN value IS 78 (30.86% from 255) = 26%
BLUE value IS 153 (60.16% from 255) = 51%
R=23%
G=26%
B=51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69781530.550.4900.4233.5737.8443.53
Hex454E993731028ea262c
Octal10511623167610503524654
Binary1000101100111010011001110111110001010100011101010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,78,153); }

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

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

 a { background-color: rgb(69,78,153); }

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

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

 span { border-color: rgb(69,78,153); }

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