#465195

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

Shades of Governor Bay #465195

Tints of Governor Bay #465195

Color information

#465195 (or 0x465195) is unknown color: approx Governor Bay. HEX triplet: 46, 51 and 95. RGB value is (70,81,149). Sum of RGB (Red+Green+Blue) = 70+81+149=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #465195 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #465195 is #B9AE6A. Grayscale: #555555. Windows color (decimal): -12168811 or 9785670. OLE color: 9785670.

HSL color Cylindrical-coordinate representation of color #465195: hue angle of 231.65º 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 #465195 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7081149-
CMYK0.530.4600.42
HSL231.65º36.07%42.94%-
HSV(B)231.65º53.02%58.43%-
XYZ10.899.3629.67-
YUV85.46163.86116.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.33%
GREEN value IS 81 (32.03% from 255) = 27%
BLUE value IS 149 (58.59% from 255) = 49.67%
R=23.33%
G=27%
B=49.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70811490.530.4600.42231.6536.0742.94
Hex465195352E02Ae8242b
Octal10612122565560523504453
Binary1000110101000110010101110101101110010101011101000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465195; }

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

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

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

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

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

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

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

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