Html Css Color HEX #4E5492 Governor Bay

📋 copy color: '#4E5492'

red 78 ◦ green 84 ◦ blue 146

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

Shades of Governor Bay #4E5492

Tints of Governor Bay #4E5492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 47.4%

R = 25.32%
G = 27.27%
B = 47.4%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4E5492 (or 0x4E5492) is known color: Governor Bay. HEX triplet: 4E, 54 and 92. RGB value is (78,84,146). Sum of RGB (Red+Green+Blue) = 78+84+146=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 146 (57.42% from 255 or 47.40% from 308); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E5492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5492 is #B1AB6D. Grayscale: #595959. Windows color (decimal): -11643758 or 9589838. OLE color: 9589838.

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

Color convert

RGB 78 84 146 -
CMYK 0.47 0.42 0 0.43
HSL 234.71º 0.3% 0.44% -
HSV(B) 234.71º 0.47% 0.57% -
XYZ 11.5 10.04 28.53 -
YUV 89.27 160.01 119.96 -
System Red Green Blue C M Y K H S L
Decimal 78 84 146 0.47 0.42 0 0.43 234.71 0.3 0.44
Hex 4E 54 92 2F 2A 0 2B EB 1E 2C
Octal 116 124 222 57 52 0 53 353 36 54
Binary 1001110 1010100 10010010 101111 101010 0 101011 11101011 11110 101100

Color Harmonies of #4E5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5492

Black with #4E5492

Text Example


Text Example

White with #4E5492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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