#464999

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

Shades of Governor Bay #464999

Tints of Governor Bay #464999

Color information

#464999 (or 0x464999) is unknown color: approx Governor Bay. HEX triplet: 46, 49 and 99. RGB value is (70,73,153). Sum of RGB (Red+Green+Blue) = 70+73+153=296 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.65% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #464999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464999 is #B9B666. Grayscale: #505050. Windows color (decimal): -12170855 or 10045766. OLE color: 10045766.

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

Color convert

RGB7073153-
CMYK0.540.5200.4
HSL237.83º37.22%43.73%-
HSV(B)237.83º54.25%60%-
XYZ10.668.3731.19-
YUV81.22168.51120-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.65%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 153 (60.16% from 255) = 51.69%
R=23.65%
G=24.66%
B=51.69%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70731530.540.5200.4237.8337.2243.73
Hex4649993634028ee252c
Octal10611123166640503564554
Binary1000110100100110011001110110110100010100011101110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464999; }

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

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

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

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

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

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

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

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