#464CAB

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

Shades of Governor Bay #464CAB

Tints of Governor Bay #464CAB

Color information

#464CAB (or 0x464CAB) is unknown color: approx Governor Bay. HEX triplet: 46, 4C and AB. RGB value is (70,76,171). Sum of RGB (Red+Green+Blue) = 70+76+171=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #464CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464CAB is #B9B354. Grayscale: #545454. Windows color (decimal): -12170069 or 11226182. OLE color: 11226182.

HSL color Cylindrical-coordinate representation of color #464CAB: hue angle of 236.44º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #464CAB is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7076171-
CMYK0.590.5600.33
HSL236.44º41.91%47.25%-
HSV(B)236.44º59.06%67.06%-
XYZ12.469.4139.69-
YUV85.04176.51117.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 76 (30.08% from 255) = 23.97%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=22.08%
G=23.97%
B=53.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70761710.590.5600.33236.4441.9147.25
Hex464CAB3B38021ec2a2f
Octal10611425373700413545257
Binary1000110100110010101011111011111000010000111101100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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