#454D95

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

Shades of Governor Bay #454D95

Tints of Governor Bay #454D95

Color information

#454D95 (or 0x454D95) is unknown color: approx Governor Bay. HEX triplet: 45, 4D and 95. RGB value is (69,77,149). Sum of RGB (Red+Green+Blue) = 69+77+149=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #454D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454D95 is #BAB26A. Grayscale: #525252. Windows color (decimal): -12235371 or 9784645. OLE color: 9784645.

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

Color convert

RGB6977149-
CMYK0.540.4800.42
HSL234º36.7%42.75%-
HSV(B)234º53.69%58.43%-
XYZ10.538.7429.57-
YUV82.82165.35118.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 77 (30.47% from 255) = 26.10%
BLUE value IS 149 (58.59% from 255) = 50.51%
R=23.39%
G=26.10%
B=50.51%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69771490.540.4800.4223436.742.75
Hex454D95363002Aea252b
Octal10511522566600523524553
Binary1000101100110110010101110110110000010101011101010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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