#464E8C

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

Shades of Governor Bay #464E8C

Tints of Governor Bay #464E8C

Color information

#464E8C (or 0x464E8C) is unknown color: approx Governor Bay. HEX triplet: 46, 4E and 8C. RGB value is (70,78,140). Sum of RGB (Red+Green+Blue) = 70+78+140=288 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.31% from 288); Green value is 78 (30.86% from 255 or 27.08% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 140 - color contains mainly: blue. Hex color #464E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E8C is #B9B173. Grayscale: #525252. Windows color (decimal): -12169588 or 9195078. OLE color: 9195078.

HSL color Cylindrical-coordinate representation of color #464E8C: hue angle of 233.14º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464E8C is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7078140-
CMYK0.500.4400.45
HSL233.14º33.33%41.18%-
HSV(B)233.14º50%54.9%-
XYZ9.988.6425.95-
YUV82.68160.35118.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.31%
GREEN value IS 78 (30.86% from 255) = 27.08%
BLUE value IS 140 (55.08% from 255) = 48.61%
R=24.31%
G=27.08%
B=48.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70781400.500.4400.45233.1433.3341.18
Hex464E8C322C02De92129
Octal10611621462540553514151
Binary1000110100111010001100110010101100010110111101001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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