Html Css Color HEX #4D559F Governor Bay

📋 copy color: '#4D559F'

red 77 ◦ green 85 ◦ blue 159

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

Shades of Governor Bay #4D559F

Tints of Governor Bay #4D559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.48%

 BLUE value IS 159 (62.5% from 255) = 49.53%

R = 23.99%
G = 26.48%
B = 49.53%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D559F (or 0x4D559F) is known color: Governor Bay. HEX triplet: 4D, 55 and 9F. RGB value is (77,85,159). Sum of RGB (Red+Green+Blue) = 77+85+159=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D559F is #B2AA60. Grayscale: #5A5A5A. Windows color (decimal): -11709025 or 10442061. OLE color: 10442061.

HSL color Cylindrical-coordinate representation of color #4D559F: hue angle of 234.15º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D559F is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 85 159 -
CMYK 0.52 0.47 0 0.38
HSL 234.15º 0.35% 0.46% -
HSV(B) 234.15º 0.52% 0.62% -
XYZ 12.57 10.58 34.18 -
YUV 91.04 166.35 117.98 -
System Red Green Blue C M Y K H S L
Decimal 77 85 159 0.52 0.47 0 0.38 234.15 0.35 0.46
Hex 4D 55 9F 34 2F 0 26 EA 23 2E
Octal 115 125 237 64 57 0 46 352 43 56
Binary 1001101 1010101 10011111 110100 101111 0 100110 11101010 100011 101110

Color Harmonies of #4D559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D559F

Black with #4D559F

Text Example


Text Example

White with #4D559F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,85,159); }

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

background-color css

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

 a { background-color: rgb(77,85,159); }

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

border-color css

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

 span { border-color: rgb(77,85,159); }

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