#464E99

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

Shades of Governor Bay #464E99

Tints of Governor Bay #464E99

Color information

#464E99 (or 0x464E99) is unknown color: approx Governor Bay. HEX triplet: 46, 4E and 99. RGB value is (70,78,153). Sum of RGB (Red+Green+Blue) = 70+78+153=301 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.26% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 153 (60.16% from 255 or 50.83% from 301); Max value from RGB is 153 - color contains mainly: blue. Hex color #464E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E99 is #B9B166. Grayscale: #535353. Windows color (decimal): -12169575 or 10047046. OLE color: 10047046.

HSL color Cylindrical-coordinate representation of color #464E99: hue angle of 234.22º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #464E99 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7078153-
CMYK0.540.4900.4
HSL234.22º37.22%43.73%-
HSV(B)234.22º54.25%60%-
XYZ119.0531.3-
YUV84.16166.85117.9-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.26%
GREEN value IS 78 (30.86% from 255) = 25.91%
BLUE value IS 153 (60.16% from 255) = 50.83%
R=23.26%
G=25.91%
B=50.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70781530.540.4900.4234.2237.2243.73
Hex464E993631028ea252c
Octal10611623166610503524554
Binary1000110100111010011001110110110001010100011101010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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