Html Css Color HEX #4D5299 Governor Bay

📋 copy color: '#4D5299'

red 77 ◦ green 82 ◦ blue 153

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

Shades of Governor Bay #4D5299

Tints of Governor Bay #4D5299

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.28%

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

R = 24.68%
G = 26.28%
B = 49.04%

CMYK

 C value IS 0.50

 M value IS 0.46

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4D5299 (or 0x4D5299) is known color: Governor Bay. HEX triplet: 4D, 52 and 99. RGB value is (77,82,153). Sum of RGB (Red+Green+Blue) = 77+82+153=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D5299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5299 is #B2AD66. Grayscale: #585858. Windows color (decimal): -11709799 or 10048077. OLE color: 10048077.

HSL color Cylindrical-coordinate representation of color #4D5299: hue angle of 236.05º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D5299 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 77 82 153 -
CMYK 0.50 0.46 0 0.4
HSL 236.05º 0.33% 0.45% -
HSV(B) 236.05º 0.5% 0.6% -
XYZ 11.83 9.91 31.43 -
YUV 88.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 77 82 153 0.50 0.46 0 0.4 236.05 0.33 0.45
Hex 4D 52 99 32 2E 0 28 EC 21 2D
Octal 115 122 231 62 56 0 50 354 41 55
Binary 1001101 1010010 10011001 110010 101110 0 101000 11101100 100001 101101

Color Harmonies of #4D5299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5299

Black with #4D5299

Text Example


Text Example

White with #4D5299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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