#464C99

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

Shades of Governor Bay #464C99

Tints of Governor Bay #464C99

Color information

#464C99 (or 0x464C99) is unknown color: approx Governor Bay. HEX triplet: 46, 4C and 99. RGB value is (70,76,153). Sum of RGB (Red+Green+Blue) = 70+76+153=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #464C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464C99 is #B9B366. Grayscale: #525252. Windows color (decimal): -12170087 or 10046534. OLE color: 10046534.

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

Color convert

RGB7076153-
CMYK0.540.5000.4
HSL235.66º37.22%43.73%-
HSV(B)235.66º54.25%60%-
XYZ10.868.7731.26-
YUV82.98167.51118.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.41%
GREEN value IS 76 (30.08% from 255) = 25.42%
BLUE value IS 153 (60.16% from 255) = 51.17%
R=23.41%
G=25.42%
B=51.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70761530.540.5000.4235.6637.2243.73
Hex464C993632028ec252c
Octal10611423166620503544554
Binary1000110100110010011001110110110010010100011101100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464C99; }

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

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

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

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

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

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

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

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