#464FA2

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

Shades of Governor Bay #464FA2

Tints of Governor Bay #464FA2

Color information

#464FA2 (or 0x464FA2) is unknown color: approx Governor Bay. HEX triplet: 46, 4F and A2. RGB value is (70,79,162). Sum of RGB (Red+Green+Blue) = 70+79+162=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 162 (63.67% from 255 or 52.09% from 311); Max value from RGB is 162 - color contains mainly: blue. Hex color #464FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464FA2 is #B9B05D. Grayscale: #555555. Windows color (decimal): -12169310 or 10637126. OLE color: 10637126.

HSL color Cylindrical-coordinate representation of color #464FA2: hue angle of 234.13º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464FA2 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7079162-
CMYK0.570.5100.36
HSL234.13º39.66%45.49%-
HSV(B)234.13º56.79%63.53%-
XYZ11.849.535.39-
YUV85.77171.02116.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 79 (31.25% from 255) = 25.40%
BLUE value IS 162 (63.67% from 255) = 52.09%
R=22.51%
G=25.40%
B=52.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70791620.570.5100.36234.1339.6645.49
Hex464FA23933024ea282d
Octal10611724271630443525055
Binary1000110100111110100010111001110011010010011101010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,79,162); }

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

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

 a { background-color: rgb(70,79,162); }

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

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

 span { border-color: rgb(70,79,162); }

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