#464AA0

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

Shades of Governor Bay #464AA0

Tints of Governor Bay #464AA0

Color information

#464AA0 (or 0x464AA0) is unknown color: approx Governor Bay. HEX triplet: 46, 4A and A0. RGB value is (70,74,160). Sum of RGB (Red+Green+Blue) = 70+74+160=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 160 (62.89% from 255 or 52.63% from 304); Max value from RGB is 160 - color contains mainly: blue. Hex color #464AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464AA0 is #B9B55F. Grayscale: #525252. Windows color (decimal): -12170592 or 10504774. OLE color: 10504774.

HSL color Cylindrical-coordinate representation of color #464AA0: hue angle of 237.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #464AA0 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7074160-
CMYK0.560.5400.37
HSL237.33º39.13%45.1%-
HSV(B)237.33º56.25%62.75%-
XYZ11.328.7434.35-
YUV82.61171.67119.01-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 74 (29.30% from 255) = 24.34%
BLUE value IS 160 (62.89% from 255) = 52.63%
R=23.03%
G=24.34%
B=52.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal70741600.560.5400.37237.3339.1345.1
Hex464AA03836025ed272d
Octal10611224070660453554755
Binary1000110100101010100000111000110110010010111101101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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