Html Css Color HEX #4E5388 Governor Bay

📋 copy color: '#4E5388'

red 78 ◦ green 83 ◦ blue 136

#4E5388
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Governor Bay #4E5388

Tints of Governor Bay #4E5388

RGB

 RED value IS 78 (30.86% from 255) = 26.26%

 GREEN value IS 83 (32.81% from 255) = 27.95%

 BLUE value IS 136 (53.52% from 255) = 45.79%

R = 26.26%
G = 27.95%
B = 45.79%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4E5388 (or 0x4E5388) is known color: Governor Bay. HEX triplet: 4E, 53 and 88. RGB value is (78,83,136). Sum of RGB (Red+Green+Blue) = 78+83+136=297 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.26% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E5388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5388 is #B1AC77. Grayscale: #575757. Windows color (decimal): -11644024 or 8934222. OLE color: 8934222.

HSL color Cylindrical-coordinate representation of color #4E5388: hue angle of 234.83º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E5388 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 78 83 136 -
CMYK 0.43 0.39 0 0.47
HSL 234.83º 0.27% 0.42% -
HSV(B) 234.83º 0.43% 0.53% -
XYZ 10.68 9.58 24.58 -
YUV 87.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 78 83 136 0.43 0.39 0 0.47 234.83 0.27 0.42
Hex 4E 53 88 2B 27 0 2F EB 1B 2A
Octal 116 123 210 53 47 0 57 353 33 52
Binary 1001110 1010011 10001000 101011 100111 0 101111 11101011 11011 101010

Color Harmonies of #4E5388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5388

Black with #4E5388

Text Example


Text Example

White with #4E5388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,83,136); }

 H1.HeaderClassName
 {
   color: #4E5388;
 }
 .AnyTagClassName
 {
   color: #4E5388;
 }
</style>

background-color css

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

 a { background-color: rgb(78,83,136); }

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

border-color css

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

 span { border-color: rgb(78,83,136); }

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