Html Css Color HEX #4E599E Governor Bay

📋 copy color: '#4E599E'

red 78 ◦ green 89 ◦ blue 158

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

Shades of Governor Bay #4E599E

Tints of Governor Bay #4E599E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.38%

 BLUE value IS 158 (62.11% from 255) = 48.62%

R = 24%
G = 27.38%
B = 48.62%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4E599E (or 0x4E599E) is known color: Governor Bay. HEX triplet: 4E, 59 and 9E. RGB value is (78,89,158). Sum of RGB (Red+Green+Blue) = 78+89+158=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 158 (62.11% from 255 or 48.62% from 325); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E599E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E599E is #B1A661. Grayscale: #5D5D5D. Windows color (decimal): -11642466 or 10377550. OLE color: 10377550.

HSL color Cylindrical-coordinate representation of color #4E599E: hue angle of 231.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E599E is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 78 89 158 -
CMYK 0.51 0.44 0 0.38
HSL 231.75º 0.34% 0.46% -
HSV(B) 231.75º 0.51% 0.62% -
XYZ 12.89 11.23 33.84 -
YUV 93.58 164.36 116.89 -
System Red Green Blue C M Y K H S L
Decimal 78 89 158 0.51 0.44 0 0.38 231.75 0.34 0.46
Hex 4E 59 9E 33 2C 0 26 E8 22 2E
Octal 116 131 236 63 54 0 46 350 42 56
Binary 1001110 1011001 10011110 110011 101100 0 100110 11101000 100010 101110

Color Harmonies of #4E599E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E599E

Black with #4E599E

Text Example


Text Example

White with #4E599E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,89,158); }

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

background-color css

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

 a { background-color: rgb(78,89,158); }

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

border-color css

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

 span { border-color: rgb(78,89,158); }

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