#465499

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

Shades of Governor Bay #465499

Tints of Governor Bay #465499

Color information

#465499 (or 0x465499) is unknown color: approx Governor Bay. HEX triplet: 46, 54 and 99. RGB value is (70,84,153). Sum of RGB (Red+Green+Blue) = 70+84+153=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 84 (33.20% from 255 or 27.36% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #465499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465499 is #B9AB66. Grayscale: #575757. Windows color (decimal): -12168039 or 10048582. OLE color: 10048582.

HSL color Cylindrical-coordinate representation of color #465499: hue angle of 229.88º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #465499 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7084153-
CMYK0.540.4500.4
HSL229.88º37.22%43.73%-
HSV(B)229.88º54.25%60%-
XYZ11.459.9431.45-
YUV87.68164.86115.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.80%
GREEN value IS 84 (33.20% from 255) = 27.36%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=22.80%
G=27.36%
B=49.84%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70841530.540.4500.4229.8837.2243.73
Hex465499362D028e6252c
Octal10612423166550503464554
Binary1000110101010010011001110110101101010100011100110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465499; }

 p { color: rgb(70,84,153); }

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

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

 a { background-color: rgb(70,84,153); }

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

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

 span { border-color: rgb(70,84,153); }

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