Html Css Color HEX #4E787E Paradiso

📋 copy color: '#4E787E'

red 78 ◦ green 120 ◦ blue 126

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

Shades of Paradiso #4E787E

Tints of Paradiso #4E787E

RGB

 RED value IS 78 (30.86% from 255) = 24.07%

 GREEN value IS 120 (47.27% from 255) = 37.04%

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 24.07%
G = 37.04%
B = 38.89%

CMYK

 C value IS 0.38

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E787E (or 0x4E787E) is known color: Paradiso. HEX triplet: 4E, 78 and 7E. RGB value is (78,120,126). Sum of RGB (Red+Green+Blue) = 78+120+126=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 120 (47.27% from 255 or 37.04% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E787E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E787E is #B18781. Grayscale: #6C6C6C. Windows color (decimal): -11634562 or 8288334. OLE color: 8288334.

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

Color convert

RGB 78 120 126 -
CMYK 0.38 0.05 0 0.51
HSL 187.5º 0.24% 0.4% -
HSV(B) 187.5º 0.38% 0.49% -
XYZ 13.62 16.56 22.22 -
YUV 108.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 78 120 126 0.38 0.05 0 0.51 187.5 0.24 0.4
Hex 4E 78 7E 26 5 0 33 BC 18 28
Octal 116 170 176 46 5 0 63 274 30 50
Binary 1001110 1111000 1111110 100110 101 0 110011 10111100 11000 101000

Color Harmonies of #4E787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E787E

Black with #4E787E

Text Example


Text Example

White with #4E787E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,120,126); }

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

background-color css

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

 a { background-color: rgb(78,120,126); }

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

border-color css

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

 span { border-color: rgb(78,120,126); }

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