Html Css Color HEX #4E787D Paradiso

📋 copy color: '#4E787D'

red 78 ◦ green 120 ◦ blue 125

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

Shades of Paradiso #4E787D

Tints of Paradiso #4E787D

RGB

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

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

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

R = 24.15%
G = 37.15%
B = 38.7%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E787D (or 0x4E787D) is known color: Paradiso. HEX triplet: 4E, 78 and 7D. RGB value is (78,120,125). Sum of RGB (Red+Green+Blue) = 78+120+125=323 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.15% from 323); Green value is 120 (47.27% from 255 or 37.15% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 125 - color contains mainly: blue. Hex color #4E787D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E787D is #B18782. Grayscale: #6B6B6B. Windows color (decimal): -11634563 or 8222798. OLE color: 8222798.

HSL color Cylindrical-coordinate representation of color #4E787D: hue angle of 186.38º degrees, saturation: 0.23, 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 #4E787D is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 78 120 125 -
CMYK 0.38 0.04 0 0.51
HSL 186.38º 0.23% 0.4% -
HSV(B) 186.38º 0.38% 0.49% -
XYZ 13.56 16.53 21.88 -
YUV 108.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 78 120 125 0.38 0.04 0 0.51 186.38 0.23 0.4
Hex 4E 78 7D 26 4 0 33 BA 17 28
Octal 116 170 175 46 4 0 63 272 27 50
Binary 1001110 1111000 1111101 100110 100 0 110011 10111010 10111 101000

Color Harmonies of #4E787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E787D

Black with #4E787D

Text Example


Text Example

White with #4E787D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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