#464EA3

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

Shades of Governor Bay #464EA3

Tints of Governor Bay #464EA3

Color information

#464EA3 (or 0x464EA3) is unknown color: approx Governor Bay. HEX triplet: 46, 4E and A3. RGB value is (70,78,163). Sum of RGB (Red+Green+Blue) = 70+78+163=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 78 (30.86% from 255 or 25.08% from 311); Blue value is 163 (64.06% from 255 or 52.41% from 311); Max value from RGB is 163 - color contains mainly: blue. Hex color #464EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464EA3 is #B9B15C. Grayscale: #545454. Windows color (decimal): -12169565 or 10702406. OLE color: 10702406.

HSL color Cylindrical-coordinate representation of color #464EA3: hue angle of 234.84º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464EA3 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7078163-
CMYK0.570.5200.36
HSL234.84º39.91%45.69%-
HSV(B)234.84º57.06%63.92%-
XYZ11.869.435.84-
YUV85.3171.85117.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.51%
GREEN value IS 78 (30.86% from 255) = 25.08%
BLUE value IS 163 (64.06% from 255) = 52.41%
R=22.51%
G=25.08%
B=52.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70781630.570.5200.36234.8439.9145.69
Hex464EA33934024eb282e
Octal10611624371640443535056
Binary1000110100111010100011111001110100010010011101011101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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