Html Css Color HEX #4C7B7D Paradiso

📋 copy color: '#4C7B7D'

red 76 ◦ green 123 ◦ blue 125

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

Shades of Paradiso #4C7B7D

Tints of Paradiso #4C7B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.96%

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

R = 23.46%
G = 37.96%
B = 38.58%

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

#4C7B7D (or 0x4C7B7D) is known color: Paradiso. HEX triplet: 4C, 7B and 7D. RGB value is (76,123,125). Sum of RGB (Red+Green+Blue) = 76+123+125=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C7B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C7B7D is #B38482. Grayscale: #6D6D6D. Windows color (decimal): -11764867 or 8223564. OLE color: 8223564.

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

Color convert

RGB 76 123 125 -
CMYK 0.39 0.02 0 0.51
HSL 182.45º 0.24% 0.39% -
HSV(B) 182.45º 0.39% 0.49% -
XYZ 13.77 17.18 21.99 -
YUV 109.18 136.93 104.34 -
System Red Green Blue C M Y K H S L
Decimal 76 123 125 0.39 0.02 0 0.51 182.45 0.24 0.39
Hex 4C 7B 7D 27 2 0 33 B6 18 27
Octal 114 173 175 47 2 0 63 266 30 47
Binary 1001100 1111011 1111101 100111 10 0 110011 10110110 11000 100111

Color Harmonies of #4C7B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7B7D

Black with #4C7B7D

Text Example


Text Example

White with #4C7B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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