Html Css Color HEX #4E598E Governor Bay

📋 copy color: '#4E598E'

red 78 ◦ green 89 ◦ blue 142

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

Shades of Governor Bay #4E598E

Tints of Governor Bay #4E598E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 45.95%

R = 25.24%
G = 28.8%
B = 45.95%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E598E (or 0x4E598E) is known color: Governor Bay. HEX triplet: 4E, 59 and 8E. RGB value is (78,89,142). Sum of RGB (Red+Green+Blue) = 78+89+142=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E598E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E598E is #B1A671. Grayscale: #5B5B5B. Windows color (decimal): -11642482 or 9328974. OLE color: 9328974.

HSL color Cylindrical-coordinate representation of color #4E598E: hue angle of 229.69º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E598E is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 78 89 142 -
CMYK 0.45 0.37 0 0.44
HSL 229.69º 0.29% 0.43% -
HSV(B) 229.69º 0.45% 0.56% -
XYZ 11.6 10.72 27.05 -
YUV 91.75 156.36 118.19 -
System Red Green Blue C M Y K H S L
Decimal 78 89 142 0.45 0.37 0 0.44 229.69 0.29 0.43
Hex 4E 59 8E 2D 25 0 2C E6 1D 2B
Octal 116 131 216 55 45 0 54 346 35 53
Binary 1001110 1011001 10001110 101101 100101 0 101100 11100110 11101 101011

Color Harmonies of #4E598E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E598E

Black with #4E598E

Text Example


Text Example

White with #4E598E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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