Html Css Color HEX #4D599D Governor Bay

📋 copy color: '#4D599D'

red 77 ◦ green 89 ◦ blue 157

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

Shades of Governor Bay #4D599D

Tints of Governor Bay #4D599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.55%

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

R = 23.84%
G = 27.55%
B = 48.61%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D599D (or 0x4D599D) is known color: Governor Bay. HEX triplet: 4D, 59 and 9D. RGB value is (77,89,157). Sum of RGB (Red+Green+Blue) = 77+89+157=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 89 (35.16% from 255 or 27.55% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #4D599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D599D is #B2A662. Grayscale: #5C5C5C. Windows color (decimal): -11708003 or 10312013. OLE color: 10312013.

HSL color Cylindrical-coordinate representation of color #4D599D: hue angle of 231º 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 #4D599D is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 89 157 -
CMYK 0.51 0.43 0 0.38
HSL 231º 0.34% 0.46% -
HSV(B) 231º 0.51% 0.62% -
XYZ 12.72 11.16 33.38 -
YUV 93.16 164.02 116.47 -
System Red Green Blue C M Y K H S L
Decimal 77 89 157 0.51 0.43 0 0.38 231 0.34 0.46
Hex 4D 59 9D 33 2B 0 26 E7 22 2E
Octal 115 131 235 63 53 0 46 347 42 56
Binary 1001101 1011001 10011101 110011 101011 0 100110 11100111 100010 101110

Color Harmonies of #4D599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D599D

Black with #4D599D

Text Example


Text Example

White with #4D599D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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