#454996

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

Shades of Governor Bay #454996

Tints of Governor Bay #454996

Color information

#454996 (or 0x454996) is unknown color: approx Governor Bay. HEX triplet: 45, 49 and 96. RGB value is (69,73,150). Sum of RGB (Red+Green+Blue) = 69+73+150=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #454996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #454996 is #BAB669. Grayscale: #505050. Windows color (decimal): -12236394 or 9849157. OLE color: 9849157.

HSL color Cylindrical-coordinate representation of color #454996: hue angle of 237.04º 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 #454996 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6973150-
CMYK0.540.5100.41
HSL237.04º36.99%42.94%-
HSV(B)237.04º54%58.82%-
XYZ10.348.2329.9-
YUV80.58167.17119.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.63%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 150 (58.98% from 255) = 51.37%
R=23.63%
G=25%
B=51.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal69731500.540.5100.41237.0436.9942.94
Hex4549963633029ed252b
Octal10511122666630513554553
Binary1000101100100110010110110110110011010100111101101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454996; }

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

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

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

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

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

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

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

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