#455699

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

Shades of Governor Bay #455699

Tints of Governor Bay #455699

Color information

#455699 (or 0x455699) is unknown color: approx Governor Bay. HEX triplet: 45, 56 and 99. RGB value is (69,86,153). Sum of RGB (Red+Green+Blue) = 69+86+153=308 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.40% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #455699 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455699 is #BAA966. Grayscale: #585858. Windows color (decimal): -12233063 or 10049093. OLE color: 10049093.

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

Color convert

RGB6986153-
CMYK0.550.4400.4
HSL227.86º37.84%43.53%-
HSV(B)227.86º54.9%60%-
XYZ11.5310.2231.5-
YUV88.56164.37114.05-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.40%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=22.40%
G=27.92%
B=49.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal69861530.550.4400.4227.8637.8443.53
Hex455699372C028e4262c
Octal10512623167540503444654
Binary1000101101011010011001110111101100010100011100100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455699; }

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

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

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

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

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

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

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

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