Html Css Color HEX #4D5199 Governor Bay

📋 copy color: '#4D5199'

red 77 ◦ green 81 ◦ blue 153

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

Shades of Governor Bay #4D5199

Tints of Governor Bay #4D5199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

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

R = 24.76%
G = 26.05%
B = 49.2%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#4D5199 (or 0x4D5199) is known color: Governor Bay. HEX triplet: 4D, 51 and 99. RGB value is (77,81,153). Sum of RGB (Red+Green+Blue) = 77+81+153=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 153 (60.16% from 255 or 49.20% from 311); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D5199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5199 is #B2AE66. Grayscale: #575757. Windows color (decimal): -11710055 or 10047821. OLE color: 10047821.

HSL color Cylindrical-coordinate representation of color #4D5199: hue angle of 236.84º 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 #4D5199 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 77 81 153 -
CMYK 0.50 0.47 0 0.4
HSL 236.84º 0.33% 0.45% -
HSV(B) 236.84º 0.5% 0.6% -
XYZ 11.75 9.76 31.4 -
YUV 88.01 164.67 120.15 -
System Red Green Blue C M Y K H S L
Decimal 77 81 153 0.50 0.47 0 0.4 236.84 0.33 0.45
Hex 4D 51 99 32 2F 0 28 ED 21 2D
Octal 115 121 231 62 57 0 50 355 41 55
Binary 1001101 1010001 10011001 110010 101111 0 101000 11101101 100001 101101

Color Harmonies of #4D5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D5199

Black with #4D5199

Text Example


Text Example

White with #4D5199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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