#4E5296

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

Shades of Governor Bay #4E5296

Tints of Governor Bay #4E5296

Color information

#4E5296 (or 0x4E5296) is unknown color: approx Governor Bay. HEX triplet: 4E, 52 and 96. RGB value is (78,82,150). Sum of RGB (Red+Green+Blue) = 78+82+150=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E5296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5296 is #B1AD69. Grayscale: #585858. Windows color (decimal): -11644266 or 9851470. OLE color: 9851470.

HSL color Cylindrical-coordinate representation of color #4E5296: hue angle of 236.67º 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 #4E5296 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7882150-
CMYK0.480.4500.41
HSL236.67º31.58%44.71%-
HSV(B)236.67º48%58.82%-
XYZ11.669.8630.14-
YUV88.56162.67120.47-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.16%
GREEN value IS 82 (32.42% from 255) = 26.45%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=25.16%
G=26.45%
B=48.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal78821500.480.4500.41236.6731.5844.71
Hex4E5296302D029ed202d
Octal11612222660550513554055
Binary1001110101001010010110110000101101010100111101101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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