Html Css Color HEX #4C516D East Bay

📋 copy color: '#4C516D'

red 76 ◦ green 81 ◦ blue 109

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

Shades of East Bay #4C516D

Tints of East Bay #4C516D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.98%

R = 28.57%
G = 30.45%
B = 40.98%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C516D (or 0x4C516D) is known color: East Bay. HEX triplet: 4C, 51 and 6D. RGB value is (76,81,109). Sum of RGB (Red+Green+Blue) = 76+81+109=266 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.57% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C516D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C516D is #B3AE92. Grayscale: #525252. Windows color (decimal): -11775635 or 7164236. OLE color: 7164236.

HSL color Cylindrical-coordinate representation of color #4C516D: hue angle of 230.91º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C516D is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 81 109 -
CMYK 0.30 0.26 0 0.57
HSL 230.91º 0.18% 0.36% -
HSV(B) 230.91º 0.3% 0.43% -
XYZ 8.68 8.53 15.66 -
YUV 82.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 76 81 109 0.30 0.26 0 0.57 230.91 0.18 0.36
Hex 4C 51 6D 1E 1A 0 39 E7 12 24
Octal 114 121 155 36 32 0 71 347 22 44
Binary 1001100 1010001 1101101 11110 11010 0 111001 11100111 10010 100100

Color Harmonies of #4C516D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C516D

Black with #4C516D

Text Example


Text Example

White with #4C516D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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