Html Css Color HEX #4C797C Paradiso

📋 copy color: '#4C797C'

red 76 ◦ green 121 ◦ blue 124

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

Shades of Paradiso #4C797C

Tints of Paradiso #4C797C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.69%

 BLUE value IS 124 (48.83% from 255) = 38.63%

R = 23.68%
G = 37.69%
B = 38.63%

CMYK

 C value IS 0.39

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C797C (or 0x4C797C) is known color: Paradiso. HEX triplet: 4C, 79 and 7C. RGB value is (76,121,124). Sum of RGB (Red+Green+Blue) = 76+121+124=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 121 (47.66% from 255 or 37.69% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C797C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C797C is #B38683. Grayscale: #6B6B6B. Windows color (decimal): -11765380 or 8157516. OLE color: 8157516.

HSL color Cylindrical-coordinate representation of color #4C797C: hue angle of 183.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C797C is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 121 124 -
CMYK 0.39 0.02 0 0.51
HSL 183.75º 0.24% 0.39% -
HSV(B) 183.75º 0.39% 0.49% -
XYZ 13.46 16.67 21.58 -
YUV 107.89 137.09 105.26 -
System Red Green Blue C M Y K H S L
Decimal 76 121 124 0.39 0.02 0 0.51 183.75 0.24 0.39
Hex 4C 79 7C 27 2 0 33 B8 18 27
Octal 114 171 174 47 2 0 63 270 30 47
Binary 1001100 1111001 1111100 100111 10 0 110011 10111000 11000 100111

Color Harmonies of #4C797C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C797C

Black with #4C797C

Text Example


Text Example

White with #4C797C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,121,124); }

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

background-color css

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

 a { background-color: rgb(76,121,124); }

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

border-color css

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

 span { border-color: rgb(76,121,124); }

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