#464DAB

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

Shades of Governor Bay #464DAB

Tints of Governor Bay #464DAB

Color information

#464DAB (or 0x464DAB) is unknown color: approx Governor Bay. HEX triplet: 46, 4D and AB. RGB value is (70,77,171). Sum of RGB (Red+Green+Blue) = 70+77+171=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #464DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464DAB is #B9B254. Grayscale: #555555. Windows color (decimal): -12169813 or 11226438. OLE color: 11226438.

HSL color Cylindrical-coordinate representation of color #464DAB: hue angle of 235.84º 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 #464DAB is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7077171-
CMYK0.590.5500.33
HSL235.84º41.91%47.25%-
HSV(B)235.84º59.06%67.06%-
XYZ12.539.5539.71-
YUV85.62176.18116.86-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 77 (30.47% from 255) = 24.21%
BLUE value IS 171 (67.19% from 255) = 53.77%
R=22.01%
G=24.21%
B=53.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70771710.590.5500.33235.8441.9147.25
Hex464DAB3B37021ec2a2f
Octal10611525373670413545257
Binary1000110100110110101011111011110111010000111101100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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