Html Css Color HEX #4C586F East Bay

📋 copy color: '#4C586F'

red 76 ◦ green 88 ◦ blue 111

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

Shades of East Bay #4C586F

Tints of East Bay #4C586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

 BLUE value IS 111 (43.75% from 255) = 40.36%

R = 27.64%
G = 32%
B = 40.36%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C586F (or 0x4C586F) is known color: East Bay. HEX triplet: 4C, 58 and 6F. RGB value is (76,88,111). Sum of RGB (Red+Green+Blue) = 76+88+111=275 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.64% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C586F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C586F is #B3A790. Grayscale: #565656. Windows color (decimal): -11773841 or 7297100. OLE color: 7297100.

HSL color Cylindrical-coordinate representation of color #4C586F: hue angle of 219.43º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4C586F is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 88 111 -
CMYK 0.32 0.21 0 0.56
HSL 219.43º 0.19% 0.37% -
HSV(B) 219.43º 0.32% 0.44% -
XYZ 9.34 9.66 16.41 -
YUV 87.03 141.52 120.13 -
System Red Green Blue C M Y K H S L
Decimal 76 88 111 0.32 0.21 0 0.56 219.43 0.19 0.37
Hex 4C 58 6F 20 15 0 38 DB 13 25
Octal 114 130 157 40 25 0 70 333 23 45
Binary 1001100 1011000 1101111 100000 10101 0 111000 11011011 10011 100101

Color Harmonies of #4C586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C586F

Black with #4C586F

Text Example


Text Example

White with #4C586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,88,111); }

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

background-color css

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

 a { background-color: rgb(76,88,111); }

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

border-color css

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

 span { border-color: rgb(76,88,111); }

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