Html Css Color HEX #4D519F Governor Bay

📋 copy color: '#4D519F'

red 77 ◦ green 81 ◦ blue 159

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

Shades of Governor Bay #4D519F

Tints of Governor Bay #4D519F

RGB

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

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

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

R = 24.29%
G = 25.55%
B = 50.16%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4D519F (or 0x4D519F) is known color: Governor Bay. HEX triplet: 4D, 51 and 9F. RGB value is (77,81,159). Sum of RGB (Red+Green+Blue) = 77+81+159=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D519F is #B2AE60. Grayscale: #585858. Windows color (decimal): -11710049 or 10441037. OLE color: 10441037.

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

Color convert

RGB 77 81 159 -
CMYK 0.52 0.49 0 0.38
HSL 237.07º 0.35% 0.46% -
HSV(B) 237.07º 0.52% 0.62% -
XYZ 12.26 9.97 34.08 -
YUV 88.7 167.67 119.66 -
System Red Green Blue C M Y K H S L
Decimal 77 81 159 0.52 0.49 0 0.38 237.07 0.35 0.46
Hex 4D 51 9F 34 31 0 26 ED 23 2E
Octal 115 121 237 64 61 0 46 355 43 56
Binary 1001101 1010001 10011111 110100 110001 0 100110 11101101 100011 101110

Color Harmonies of #4D519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D519F

Black with #4D519F

Text Example


Text Example

White with #4D519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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