#454D99

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

Shades of Governor Bay #454D99

Tints of Governor Bay #454D99

Color information

#454D99 (or 0x454D99) is unknown color: approx Governor Bay. HEX triplet: 45, 4D and 99. RGB value is (69,77,153). Sum of RGB (Red+Green+Blue) = 69+77+153=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #454D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454D99 is #BAB266. Grayscale: #525252. Windows color (decimal): -12235367 or 10046789. OLE color: 10046789.

HSL color Cylindrical-coordinate representation of color #454D99: hue angle of 234.29º 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 #454D99 is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6977153-
CMYK0.550.5000.4
HSL234.29º37.84%43.53%-
HSV(B)234.29º54.9%60%-
XYZ10.868.8731.28-
YUV83.27167.35117.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 77 (30.47% from 255) = 25.75%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=23.08%
G=25.75%
B=51.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69771530.550.5000.4234.2937.8443.53
Hex454D993732028ea262c
Octal10511523167620503524654
Binary1000101100110110011001110111110010010100011101010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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