Html Css Color HEX #4C519D Governor Bay

📋 copy color: '#4C519D'

red 76 ◦ green 81 ◦ blue 157

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

Shades of Governor Bay #4C519D

Tints of Governor Bay #4C519D

RGB

 RED value IS 76 (30.08% from 255) = 24.2%

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

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

R = 24.2%
G = 25.8%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#4C519D (or 0x4C519D) is known color: Governor Bay. HEX triplet: 4C, 51 and 9D. RGB value is (76,81,157). Sum of RGB (Red+Green+Blue) = 76+81+157=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C519D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C519D is #B3AE62. Grayscale: #575757. Windows color (decimal): -11775587 or 10309964. OLE color: 10309964.

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

Color convert

RGB 76 81 157 -
CMYK 0.52 0.48 0 0.38
HSL 236.3º 0.35% 0.46% -
HSV(B) 236.3º 0.52% 0.62% -
XYZ 12.01 9.86 33.17 -
YUV 88.17 166.84 119.32 -
System Red Green Blue C M Y K H S L
Decimal 76 81 157 0.52 0.48 0 0.38 236.3 0.35 0.46
Hex 4C 51 9D 34 30 0 26 EC 23 2E
Octal 114 121 235 64 60 0 46 354 43 56
Binary 1001100 1010001 10011101 110100 110000 0 100110 11101100 100011 101110

Color Harmonies of #4C519D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C519D

Black with #4C519D

Text Example


Text Example

White with #4C519D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,81,157); }

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

background-color css

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

 a { background-color: rgb(76,81,157); }

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

border-color css

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

 span { border-color: rgb(76,81,157); }

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