#464E95

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

Shades of Governor Bay #464E95

Tints of Governor Bay #464E95

Color information

#464E95 (or 0x464E95) is unknown color: approx Governor Bay. HEX triplet: 46, 4E and 95. RGB value is (70,78,149). Sum of RGB (Red+Green+Blue) = 70+78+149=297 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.57% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #464E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E95 is #B9B16A. Grayscale: #535353. Windows color (decimal): -12169579 or 9784902. OLE color: 9784902.

HSL color Cylindrical-coordinate representation of color #464E95: hue angle of 233.92º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #464E95 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7078149-
CMYK0.530.4800.42
HSL233.92º36.07%42.94%-
HSV(B)233.92º53.02%58.43%-
XYZ10.678.9229.59-
YUV83.7164.85118.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.57%
GREEN value IS 78 (30.86% from 255) = 26.26%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=23.57%
G=26.26%
B=50.17%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70781490.530.4800.42233.9236.0742.94
Hex464E95353002Aea242b
Octal10611622565600523524453
Binary1000110100111010010101110101110000010101011101010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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