Html Css Color HEX #4C519E Governor Bay

📋 copy color: '#4C519E'

red 76 ◦ green 81 ◦ blue 158

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

Shades of Governor Bay #4C519E

Tints of Governor Bay #4C519E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.16%

R = 24.13%
G = 25.71%
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

#4C519E (or 0x4C519E) is known color: Governor Bay. HEX triplet: 4C, 51 and 9E. RGB value is (76,81,158). Sum of RGB (Red+Green+Blue) = 76+81+158=315 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.13% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 158 (62.11% from 255 or 50.16% from 315); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C519E is #B3AE61. Grayscale: #575757. Windows color (decimal): -11775586 or 10375500. OLE color: 10375500.

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

Color convert

RGB 76 81 158 -
CMYK 0.52 0.49 0 0.38
HSL 236.34º 0.35% 0.46% -
HSV(B) 236.34º 0.52% 0.62% -
XYZ 12.09 9.89 33.62 -
YUV 88.28 167.34 119.24 -
System Red Green Blue C M Y K H S L
Decimal 76 81 158 0.52 0.49 0 0.38 236.34 0.35 0.46
Hex 4C 51 9E 34 31 0 26 EC 23 2E
Octal 114 121 236 64 61 0 46 354 43 56
Binary 1001100 1010001 10011110 110100 110001 0 100110 11101100 100011 101110

Color Harmonies of #4C519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C519E

Black with #4C519E

Text Example


Text Example

White with #4C519E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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