Html Css Color HEX #4E509D Governor Bay

📋 copy color: '#4E509D'

red 78 ◦ green 80 ◦ blue 157

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

Shades of Governor Bay #4E509D

Tints of Governor Bay #4E509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 49.84%

R = 24.76%
G = 25.4%
B = 49.84%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4E509D (or 0x4E509D) is known color: Governor Bay. HEX triplet: 4E, 50 and 9D. RGB value is (78,80,157). Sum of RGB (Red+Green+Blue) = 78+80+157=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 157 (61.72% from 255 or 49.84% from 315); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E509D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E509D is #B1AF62. Grayscale: #575757. Windows color (decimal): -11644771 or 10309710. OLE color: 10309710.

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

Color convert

RGB 78 80 157 -
CMYK 0.50 0.49 0 0.38
HSL 238.48º 0.34% 0.46% -
HSV(B) 238.48º 0.5% 0.62% -
XYZ 12.1 9.79 33.15 -
YUV 88.18 166.84 120.74 -
System Red Green Blue C M Y K H S L
Decimal 78 80 157 0.50 0.49 0 0.38 238.48 0.34 0.46
Hex 4E 50 9D 32 31 0 26 EE 22 2E
Octal 116 120 235 62 61 0 46 356 42 56
Binary 1001110 1010000 10011101 110010 110001 0 100110 11101110 100010 101110

Color Harmonies of #4E509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E509D

Black with #4E509D

Text Example


Text Example

White with #4E509D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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