Html Css Color HEX #4C767D Paradiso

📋 copy color: '#4C767D'

red 76 ◦ green 118 ◦ blue 125

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

Shades of Paradiso #4C767D

Tints of Paradiso #4C767D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.99%

 BLUE value IS 125 (49.22% from 255) = 39.18%

R = 23.82%
G = 36.99%
B = 39.18%

CMYK

 C value IS 0.39

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C767D (or 0x4C767D) is known color: Paradiso. HEX triplet: 4C, 76 and 7D. RGB value is (76,118,125). Sum of RGB (Red+Green+Blue) = 76+118+125=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C767D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C767D is #B38982. Grayscale: #6A6A6A. Windows color (decimal): -11766147 or 8222284. OLE color: 8222284.

HSL color Cylindrical-coordinate representation of color #4C767D: hue angle of 188.57º 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 #4C767D is Cyan = 0.39, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 118 125 -
CMYK 0.39 0.06 0 0.51
HSL 188.57º 0.24% 0.39% -
HSV(B) 188.57º 0.39% 0.49% -
XYZ 13.16 15.97 21.79 -
YUV 106.24 138.59 106.43 -
System Red Green Blue C M Y K H S L
Decimal 76 118 125 0.39 0.06 0 0.51 188.57 0.24 0.39
Hex 4C 76 7D 27 6 0 33 BD 18 27
Octal 114 166 175 47 6 0 63 275 30 47
Binary 1001100 1110110 1111101 100111 110 0 110011 10111101 11000 100111

Color Harmonies of #4C767D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C767D

Black with #4C767D

Text Example


Text Example

White with #4C767D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,118,125); }

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

background-color css

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

 a { background-color: rgb(76,118,125); }

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

border-color css

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

 span { border-color: rgb(76,118,125); }

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