#464AA2

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

Shades of Governor Bay #464AA2

Tints of Governor Bay #464AA2

Color information

#464AA2 (or 0x464AA2) is unknown color: approx Governor Bay. HEX triplet: 46, 4A and A2. RGB value is (70,74,162). Sum of RGB (Red+Green+Blue) = 70+74+162=306 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.88% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 162 (63.67% from 255 or 52.94% from 306); Max value from RGB is 162 - color contains mainly: blue. Hex color #464AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464AA2 is #B9B55D. Grayscale: #525252. Windows color (decimal): -12170590 or 10635846. OLE color: 10635846.

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

Color convert

RGB7074162-
CMYK0.570.5400.36
HSL237.39º39.66%45.49%-
HSV(B)237.39º56.79%63.53%-
XYZ11.58.8135.28-
YUV82.84172.67118.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.88%
GREEN value IS 74 (29.30% from 255) = 24.18%
BLUE value IS 162 (63.67% from 255) = 52.94%
R=22.88%
G=24.18%
B=52.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70741620.570.5400.36237.3939.6645.49
Hex464AA23936024ed282d
Octal10611224271660443555055
Binary1000110100101010100010111001110110010010011101101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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