#454A95

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

Shades of Governor Bay #454A95

Tints of Governor Bay #454A95

Color information

#454A95 (or 0x454A95) is unknown color: approx Governor Bay. HEX triplet: 45, 4A and 95. RGB value is (69,74,149). Sum of RGB (Red+Green+Blue) = 69+74+149=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #454A95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454A95 is #BAB56A. Grayscale: #505050. Windows color (decimal): -12236139 or 9783877. OLE color: 9783877.

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

Color convert

RGB6974149-
CMYK0.540.5000.42
HSL236.25º36.7%42.75%-
HSV(B)236.25º53.69%58.43%-
XYZ10.338.3329.5-
YUV81.05166.34119.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 74 (29.30% from 255) = 25.34%
BLUE value IS 149 (58.59% from 255) = 51.03%
R=23.63%
G=25.34%
B=51.03%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69741490.540.5000.42236.2536.742.75
Hex454A95363202Aec252b
Octal10511222566620523544553
Binary1000101100101010010101110110110010010101011101100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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