Html Css Color HEX #4D479A Governor Bay

📋 copy color: '#4D479A'

red 77 ◦ green 71 ◦ blue 154

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

Shades of Governor Bay #4D479A

Tints of Governor Bay #4D479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.51%

 BLUE value IS 154 (60.55% from 255) = 50.99%

R = 25.5%
G = 23.51%
B = 50.99%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#4D479A (or 0x4D479A) is known color: Governor Bay. HEX triplet: 4D, 47 and 9A. RGB value is (77,71,154). Sum of RGB (Red+Green+Blue) = 77+71+154=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 154 (60.55% from 255 or 50.99% from 302); Max value from RGB is 154 - color contains mainly: blue. Hex color #4D479A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D479A is #B2B865. Grayscale: #515151. Windows color (decimal): -11712614 or 10110797. OLE color: 10110797.

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

Color convert

RGB 77 71 154 -
CMYK 0.50 0.54 0 0.40
HSL 244.34º 0.37% 0.44% -
HSV(B) 244.34º 0.54% 0.6% -
XYZ 11.15 8.42 31.61 -
YUV 82.26 168.49 124.25 -
System Red Green Blue C M Y K H S L
Decimal 77 71 154 0.50 0.54 0 0.40 244.34 0.37 0.44
Hex 4D 47 9A 32 36 0 28 F4 25 2C
Octal 115 107 232 62 66 0 50 364 45 54
Binary 1001101 1000111 10011010 110010 110110 0 101000 11110100 100101 101100

Color Harmonies of #4D479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D479A

Black with #4D479A

Text Example


Text Example

White with #4D479A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,71,154); }

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

background-color css

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

 a { background-color: rgb(77,71,154); }

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

border-color css

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

 span { border-color: rgb(77,71,154); }

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