Html Css Color HEX #4E509B Governor Bay

📋 copy color: '#4E509B'

red 78 ◦ green 80 ◦ blue 155

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

Shades of Governor Bay #4E509B

Tints of Governor Bay #4E509B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.52%

R = 24.92%
G = 25.56%
B = 49.52%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E509B (or 0x4E509B) is known color: Governor Bay. HEX triplet: 4E, 50 and 9B. RGB value is (78,80,155). Sum of RGB (Red+Green+Blue) = 78+80+155=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 155 (60.94% from 255 or 49.52% from 313); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E509B is #B1AF64. Grayscale: #575757. Windows color (decimal): -11644773 or 10178638. OLE color: 10178638.

HSL color Cylindrical-coordinate representation of color #4E509B: hue angle of 238.44º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E509B is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 80 155 -
CMYK 0.50 0.48 0 0.39
HSL 238.44º 0.33% 0.46% -
HSV(B) 238.44º 0.5% 0.61% -
XYZ 11.93 9.72 32.26 -
YUV 87.95 165.84 120.9 -
System Red Green Blue C M Y K H S L
Decimal 78 80 155 0.50 0.48 0 0.39 238.44 0.33 0.46
Hex 4E 50 9B 32 30 0 27 EE 21 2E
Octal 116 120 233 62 60 0 47 356 41 56
Binary 1001110 1010000 10011011 110010 110000 0 100111 11101110 100001 101110

Color Harmonies of #4E509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E509B

Black with #4E509B

Text Example


Text Example

White with #4E509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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