Html Css Color HEX #4E5493 Governor Bay

📋 copy color: '#4E5493'

red 78 ◦ green 84 ◦ blue 147

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

Shades of Governor Bay #4E5493

Tints of Governor Bay #4E5493

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.18%

 BLUE value IS 147 (57.81% from 255) = 47.57%

R = 25.24%
G = 27.18%
B = 47.57%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E5493 (or 0x4E5493) is known color: Governor Bay. HEX triplet: 4E, 54 and 93. RGB value is (78,84,147). Sum of RGB (Red+Green+Blue) = 78+84+147=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #4E5493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5493 is #B1AB6C. Grayscale: #595959. Windows color (decimal): -11643757 or 9655374. OLE color: 9655374.

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

Color convert

RGB 78 84 147 -
CMYK 0.47 0.43 0 0.42
HSL 234.78º 0.31% 0.44% -
HSV(B) 234.78º 0.47% 0.58% -
XYZ 11.58 10.07 28.94 -
YUV 89.39 160.51 119.88 -
System Red Green Blue C M Y K H S L
Decimal 78 84 147 0.47 0.43 0 0.42 234.78 0.31 0.44
Hex 4E 54 93 2F 2B 0 2A EB 1F 2C
Octal 116 124 223 57 53 0 52 353 37 54
Binary 1001110 1010100 10010011 101111 101011 0 101010 11101011 11111 101100

Color Harmonies of #4E5493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5493

Black with #4E5493

Text Example


Text Example

White with #4E5493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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