#464EAC

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

Shades of Governor Bay #464EAC

Tints of Governor Bay #464EAC

Color information

#464EAC (or 0x464EAC) is unknown color: approx Governor Bay. HEX triplet: 46, 4E and AC. RGB value is (70,78,172). Sum of RGB (Red+Green+Blue) = 70+78+172=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #464EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464EAC is #B9B153. Grayscale: #555555. Windows color (decimal): -12169556 or 11292230. OLE color: 11292230.

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

Color convert

RGB7078172-
CMYK0.590.5500.33
HSL235.29º42.15%47.45%-
HSV(B)235.29º59.3%67.45%-
XYZ12.79.7340.24-
YUV86.32176.35116.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.88%
GREEN value IS 78 (30.86% from 255) = 24.38%
BLUE value IS 172 (67.58% from 255) = 53.75%
R=21.88%
G=24.38%
B=53.75%

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
Decimal70781720.590.5500.33235.2942.1547.45
Hex464EAC3B37021eb2a2f
Octal10611625473670413535257
Binary1000110100111010101100111011110111010000111101011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,78,172); }

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

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

 a { background-color: rgb(70,78,172); }

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

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

 span { border-color: rgb(70,78,172); }

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