#455399

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

Shades of Governor Bay #455399

Tints of Governor Bay #455399

Color information

#455399 (or 0x455399) is unknown color: approx Governor Bay. HEX triplet: 45, 53 and 99. RGB value is (69,83,153). Sum of RGB (Red+Green+Blue) = 69+83+153=305 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.62% from 305); Green value is 83 (32.81% from 255 or 27.21% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #455399 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455399 is #BAAC66. Grayscale: #565656. Windows color (decimal): -12233831 or 10048325. OLE color: 10048325.

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

Color convert

RGB6983153-
CMYK0.550.4600.4
HSL230º37.84%43.53%-
HSV(B)230º54.9%60%-
XYZ11.39.7531.42-
YUV86.79165.36115.31-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.62%
GREEN value IS 83 (32.81% from 255) = 27.21%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=22.62%
G=27.21%
B=50.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69831530.550.4600.423037.8443.53
Hex455399372E028e6262c
Octal10512323167560503464654
Binary1000101101001110011001110111101110010100011100110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455399; }

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

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

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

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

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

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

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

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