Html Css Color HEX #4C526B East Bay

📋 copy color: '#4C526B'

red 76 ◦ green 82 ◦ blue 107

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

Shades of East Bay #4C526B

Tints of East Bay #4C526B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.94%

 BLUE value IS 107 (42.19% from 255) = 40.38%

R = 28.68%
G = 30.94%
B = 40.38%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C526B (or 0x4C526B) is known color: East Bay. HEX triplet: 4C, 52 and 6B. RGB value is (76,82,107). Sum of RGB (Red+Green+Blue) = 76+82+107=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 107 (42.19% from 255 or 40.38% from 265); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C526B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C526B is #B3AD94. Grayscale: #525252. Windows color (decimal): -11775381 or 7033420. OLE color: 7033420.

HSL color Cylindrical-coordinate representation of color #4C526B: hue angle of 228.39º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C526B is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 82 107 -
CMYK 0.29 0.23 0 0.58
HSL 228.39º 0.17% 0.36% -
HSV(B) 228.39º 0.29% 0.42% -
XYZ 8.65 8.63 15.12 -
YUV 83.06 141.51 122.97 -
System Red Green Blue C M Y K H S L
Decimal 76 82 107 0.29 0.23 0 0.58 228.39 0.17 0.36
Hex 4C 52 6B 1D 17 0 3A E4 11 24
Octal 114 122 153 35 27 0 72 344 21 44
Binary 1001100 1010010 1101011 11101 10111 0 111010 11100100 10001 100100

Color Harmonies of #4C526B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C526B

Black with #4C526B

Text Example


Text Example

White with #4C526B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,82,107); }

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

background-color css

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

 a { background-color: rgb(76,82,107); }

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

border-color css

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

 span { border-color: rgb(76,82,107); }

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