#464A99

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

Shades of Governor Bay #464A99

Tints of Governor Bay #464A99

Color information

#464A99 (or 0x464A99) is unknown color: approx Governor Bay. HEX triplet: 46, 4A and 99. RGB value is (70,74,153). Sum of RGB (Red+Green+Blue) = 70+74+153=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 74 (29.30% from 255 or 24.92% from 297); Blue value is 153 (60.16% from 255 or 51.52% from 297); Max value from RGB is 153 - color contains mainly: blue. Hex color #464A99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464A99 is #B9B566. Grayscale: #515151. Windows color (decimal): -12170599 or 10046022. OLE color: 10046022.

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

Color convert

RGB7074153-
CMYK0.540.5200.4
HSL237.11º37.22%43.73%-
HSV(B)237.11º54.25%60%-
XYZ10.728.531.21-
YUV81.81168.17119.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 74 (29.30% from 255) = 24.92%
BLUE value IS 153 (60.16% from 255) = 51.52%
R=23.57%
G=24.92%
B=51.52%

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
Decimal70741530.540.5200.4237.1137.2243.73
Hex464A993634028ed252c
Octal10611223166640503554554
Binary1000110100101010011001110110110100010100011101101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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