Html Css Color HEX #4D559D Governor Bay

📋 copy color: '#4D559D'

red 77 ◦ green 85 ◦ blue 157

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

Shades of Governor Bay #4D559D

Tints of Governor Bay #4D559D

RGB

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

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

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

R = 24.14%
G = 26.65%
B = 49.22%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D559D (or 0x4D559D) is known color: Governor Bay. HEX triplet: 4D, 55 and 9D. RGB value is (77,85,157). Sum of RGB (Red+Green+Blue) = 77+85+157=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D559D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D559D is #B2AA62. Grayscale: #5A5A5A. Windows color (decimal): -11709027 or 10310989. OLE color: 10310989.

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

Color convert

RGB 77 85 157 -
CMYK 0.51 0.46 0 0.38
HSL 234º 0.34% 0.46% -
HSV(B) 234º 0.51% 0.62% -
XYZ 12.39 10.51 33.27 -
YUV 90.82 165.35 118.15 -
System Red Green Blue C M Y K H S L
Decimal 77 85 157 0.51 0.46 0 0.38 234 0.34 0.46
Hex 4D 55 9D 33 2E 0 26 EA 22 2E
Octal 115 125 235 63 56 0 46 352 42 56
Binary 1001101 1010101 10011101 110011 101110 0 100110 11101010 100010 101110

Color Harmonies of #4D559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D559D

Black with #4D559D

Text Example


Text Example

White with #4D559D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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