Html Css Color HEX #4C8D8B Blue Chill

📋 copy color: '#4C8D8B'

red 76 ◦ green 141 ◦ blue 139

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

Shades of Blue Chill #4C8D8B

Tints of Blue Chill #4C8D8B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 39.61%

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 21.35%
G = 39.61%
B = 39.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#4C8D8B (or 0x4C8D8B) is known color: Blue Chill. HEX triplet: 4C, 8D and 8B. RGB value is (76,141,139). Sum of RGB (Red+Green+Blue) = 76+141+139=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 141 - color contains mainly: green. Hex color #4C8D8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8D8B is #B37274. Grayscale: #797979. Windows color (decimal): -11760245 or 9145676. OLE color: 9145676.

HSL color Cylindrical-coordinate representation of color #4C8D8B: hue angle of 178.15º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C8D8B is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 141 139 -
CMYK 0.46 0 0.01 0.45
HSL 178.15º 0.3% 0.43% -
HSV(B) 178.15º 0.46% 0.55% -
XYZ 17.17 22.45 27.85 -
YUV 121.34 137.97 95.66 -
System Red Green Blue C M Y K H S L
Decimal 76 141 139 0.46 0 0.01 0.45 178.15 0.3 0.43
Hex 4C 8D 8B 2E 0 1 2D B2 1E 2B
Octal 114 215 213 56 0 1 55 262 36 53
Binary 1001100 10001101 10001011 101110 0 1 101101 10110010 11110 101011

Color Harmonies of #4C8D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8D8B

Black with #4C8D8B

Text Example


Text Example

White with #4C8D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,141,139); }

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

background-color css

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

 a { background-color: rgb(76,141,139); }

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

border-color css

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

 span { border-color: rgb(76,141,139); }

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