#4E5484

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

Shades of Governor Bay #4E5484

Tints of Governor Bay #4E5484

Color information

#4E5484 (or 0x4E5484) is unknown color: approx Governor Bay. HEX triplet: 4E, 54 and 84. RGB value is (78,84,132). Sum of RGB (Red+Green+Blue) = 78+84+132=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #4E5484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5484 is #B1AB7B. Grayscale: #575757. Windows color (decimal): -11643772 or 8672334. OLE color: 8672334.

HSL color Cylindrical-coordinate representation of color #4E5484: hue angle of 233.33º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4E5484 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7884132-
CMYK0.410.3600.48
HSL233.33º25.71%41.18%-
HSV(B)233.33º40.91%51.76%-
XYZ10.489.6323.14-
YUV87.68153.01121.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.53%
GREEN value IS 84 (33.20% from 255) = 28.57%
BLUE value IS 132 (51.95% from 255) = 44.90%
R=26.53%
G=28.57%
B=44.90%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal78841320.410.3600.48233.3325.7141.18
Hex4E54842924030e91a29
Octal11612420451440603513251
Binary100111010101001000010010100110010001100001110100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E5484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,84,132); }

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

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

 a { background-color: rgb(78,84,132); }

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

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

 span { border-color: rgb(78,84,132); }

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