Html Css Color HEX #4E5591 Governor Bay

📋 copy color: '#4E5591'

red 78 ◦ green 85 ◦ blue 145

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

Shades of Governor Bay #4E5591

Tints of Governor Bay #4E5591

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.6%

 BLUE value IS 145 (57.03% from 255) = 47.08%

R = 25.32%
G = 27.6%
B = 47.08%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4E5591 (or 0x4E5591) is known color: Governor Bay. HEX triplet: 4E, 55 and 91. RGB value is (78,85,145). Sum of RGB (Red+Green+Blue) = 78+85+145=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E5591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5591 is #B1AA6E. Grayscale: #595959. Windows color (decimal): -11643503 or 9524558. OLE color: 9524558.

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

Color convert

RGB 78 85 145 -
CMYK 0.46 0.41 0 0.43
HSL 233.73º 0.3% 0.44% -
HSV(B) 233.73º 0.46% 0.57% -
XYZ 11.5 10.16 28.14 -
YUV 89.75 159.18 119.62 -
System Red Green Blue C M Y K H S L
Decimal 78 85 145 0.46 0.41 0 0.43 233.73 0.3 0.44
Hex 4E 55 91 2E 29 0 2B EA 1E 2C
Octal 116 125 221 56 51 0 53 352 36 54
Binary 1001110 1010101 10010001 101110 101001 0 101011 11101010 11110 101100

Color Harmonies of #4E5591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E5591

Black with #4E5591

Text Example


Text Example

White with #4E5591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,85,145); }

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

background-color css

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

 a { background-color: rgb(78,85,145); }

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

border-color css

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

 span { border-color: rgb(78,85,145); }

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