#464EAA

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

Shades of Governor Bay #464EAA

Tints of Governor Bay #464EAA

Color information

#464EAA (or 0x464EAA) is unknown color: approx Governor Bay. HEX triplet: 46, 4E and AA. RGB value is (70,78,170). Sum of RGB (Red+Green+Blue) = 70+78+170=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 170 (66.80% from 255 or 53.46% from 318); Max value from RGB is 170 - color contains mainly: blue. Hex color #464EAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464EAA is #B9B155. Grayscale: #555555. Windows color (decimal): -12169558 or 11161158. OLE color: 11161158.

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

Color convert

RGB7078170-
CMYK0.590.5400.33
HSL235.2º41.67%47.06%-
HSV(B)235.2º58.82%66.67%-
XYZ12.519.6539.23-
YUV86.1175.35116.52-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 78 (30.86% from 255) = 24.53%
BLUE value IS 170 (66.80% from 255) = 53.46%
R=22.01%
G=24.53%
B=53.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal70781700.590.5400.33235.241.6747.06
Hex464EAA3B36021eb2a2f
Octal10611625273660413535257
Binary1000110100111010101010111011110110010000111101011101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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