Html Css Color HEX #4D4999 Governor Bay

📋 copy color: '#4D4999'

red 77 ◦ green 73 ◦ blue 153

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

Shades of Governor Bay #4D4999

Tints of Governor Bay #4D4999

RGB

 RED value IS 77 (30.47% from 255) = 25.41%

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 25.41%
G = 24.09%
B = 50.5%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4D4999 (or 0x4D4999) is known color: Governor Bay. HEX triplet: 4D, 49 and 99. RGB value is (77,73,153). Sum of RGB (Red+Green+Blue) = 77+73+153=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D4999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4999 is #B2B666. Grayscale: #535353. Windows color (decimal): -11712103 or 10045773. OLE color: 10045773.

HSL color Cylindrical-coordinate representation of color #4D4999: hue angle of 243º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D4999 is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 77 73 153 -
CMYK 0.50 0.52 0 0.4
HSL 243º 0.35% 0.44% -
HSV(B) 243º 0.52% 0.6% -
XYZ 11.19 8.64 31.22 -
YUV 83.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 77 73 153 0.50 0.52 0 0.4 243 0.35 0.44
Hex 4D 49 99 32 34 0 28 F3 23 2C
Octal 115 111 231 62 64 0 50 363 43 54
Binary 1001101 1001001 10011001 110010 110100 0 101000 11110011 100011 101100

Color Harmonies of #4D4999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4999

Black with #4D4999

Text Example


Text Example

White with #4D4999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,73,153); }

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

background-color css

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

 a { background-color: rgb(77,73,153); }

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

border-color css

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

 span { border-color: rgb(77,73,153); }

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