#4E508B

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

Shades of Governor Bay #4E508B

Tints of Governor Bay #4E508B

Color information

#4E508B (or 0x4E508B) is unknown color: approx Governor Bay. HEX triplet: 4E, 50 and 8B. RGB value is (78,80,139). Sum of RGB (Red+Green+Blue) = 78+80+139=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E508B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E508B is #B1AF74. Grayscale: #555555. Windows color (decimal): -11644789 or 9130062. OLE color: 9130062.

HSL color Cylindrical-coordinate representation of color #4E508B: hue angle of 238.03º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E508B is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7880139-
CMYK0.440.4200.45
HSL238.03º28.11%42.55%-
HSV(B)238.03º43.88%54.51%-
XYZ10.679.2225.64-
YUV86.13157.84122.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.26%
GREEN value IS 80 (31.64% from 255) = 26.94%
BLUE value IS 139 (54.69% from 255) = 46.80%
R=26.26%
G=26.94%
B=46.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal78801390.440.4200.45238.0328.1142.55
Hex4E508B2C2A02Dee1c2b
Octal11612021354520553563453
Binary100111010100001000101110110010101001011011110111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E508B; }

 p { color: rgb(78,80,139); }

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

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

 a { background-color: rgb(78,80,139); }

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

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

 span { border-color: rgb(78,80,139); }

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