Html Css Color HEX #4E508E Governor Bay

📋 copy color: '#4E508E'

red 78 ◦ green 80 ◦ blue 142

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

Shades of Governor Bay #4E508E

Tints of Governor Bay #4E508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

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

R = 26%
G = 26.67%
B = 47.33%

CMYK

 C value IS 0.45

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E508E (or 0x4E508E) is known color: Governor Bay. HEX triplet: 4E, 50 and 8E. RGB value is (78,80,142). Sum of RGB (Red+Green+Blue) = 78+80+142=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 142 (55.86% from 255 or 47.33% from 300); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E508E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E508E is #B1AF71. Grayscale: #565656. Windows color (decimal): -11644786 or 9326670. OLE color: 9326670.

HSL color Cylindrical-coordinate representation of color #4E508E: hue angle of 238.12º 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 #4E508E is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 78 80 142 -
CMYK 0.45 0.44 0 0.44
HSL 238.13º 0.29% 0.43% -
HSV(B) 238.13º 0.45% 0.56% -
XYZ 10.89 9.31 26.81 -
YUV 86.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 78 80 142 0.45 0.44 0 0.44 238.13 0.29 0.43
Hex 4E 50 8E 2D 2C 0 2C EE 1D 2B
Octal 116 120 216 55 54 0 54 356 35 53
Binary 1001110 1010000 10001110 101101 101100 0 101100 11101110 11101 101011

Color Harmonies of #4E508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E508E

Black with #4E508E

Text Example


Text Example

White with #4E508E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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