Html Css Color HEX #4E787C Paradiso

📋 copy color: '#4E787C'

red 78 ◦ green 120 ◦ blue 124

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

Shades of Paradiso #4E787C

Tints of Paradiso #4E787C

RGB

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

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

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

R = 24.22%
G = 37.27%
B = 38.51%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E787C (or 0x4E787C) is known color: Paradiso. HEX triplet: 4E, 78 and 7C. RGB value is (78,120,124). Sum of RGB (Red+Green+Blue) = 78+120+124=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 120 (47.27% from 255 or 37.27% from 322); Blue value is 124 (48.83% from 255 or 38.51% from 322); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E787C is #B18783. Grayscale: #6B6B6B. Windows color (decimal): -11634564 or 8157262. OLE color: 8157262.

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

Color convert

RGB 78 120 124 -
CMYK 0.37 0.03 0 0.51
HSL 185.22º 0.23% 0.4% -
HSV(B) 185.22º 0.37% 0.49% -
XYZ 13.5 16.51 21.54 -
YUV 107.9 137.09 106.67 -
System Red Green Blue C M Y K H S L
Decimal 78 120 124 0.37 0.03 0 0.51 185.22 0.23 0.4
Hex 4E 78 7C 25 3 0 33 B9 17 28
Octal 116 170 174 45 3 0 63 271 27 50
Binary 1001110 1111000 1111100 100101 11 0 110011 10111001 10111 101000

Color Harmonies of #4E787C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E787C

Black with #4E787C

Text Example


Text Example

White with #4E787C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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