#4E5297

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

Shades of Governor Bay #4E5297

Tints of Governor Bay #4E5297

Color information

#4E5297 (or 0x4E5297) is unknown color: approx Governor Bay. HEX triplet: 4E, 52 and 97. RGB value is (78,82,151). Sum of RGB (Red+Green+Blue) = 78+82+151=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #4E5297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5297 is #B1AD68. Grayscale: #585858. Windows color (decimal): -11644265 or 9917006. OLE color: 9917006.

HSL color Cylindrical-coordinate representation of color #4E5297: hue angle of 236.71º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E5297 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7882151-
CMYK0.480.4600.41
HSL236.71º31.88%44.9%-
HSV(B)236.71º48.34%59.22%-
XYZ11.759.8930.57-
YUV88.67163.17120.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.08%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 151 (59.38% from 255) = 48.55%
R=25.08%
G=26.37%
B=48.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78821510.480.4600.41236.7131.8844.9
Hex4E5297302E029ed202d
Octal11612222760560513554055
Binary1001110101001010010111110000101110010100111101101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,82,151); }

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

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

 a { background-color: rgb(78,82,151); }

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

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

 span { border-color: rgb(78,82,151); }

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