Html Css Color HEX #4E767C Paradiso

📋 copy color: '#4E767C'

red 78 ◦ green 118 ◦ blue 124

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

Shades of Paradiso #4E767C

Tints of Paradiso #4E767C

RGB

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

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

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

R = 24.38%
G = 36.88%
B = 38.75%

CMYK

 C value IS 0.37

 M value IS 0.05

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4E767C (or 0x4E767C) is known color: Paradiso. HEX triplet: 4E, 76 and 7C. RGB value is (78,118,124). Sum of RGB (Red+Green+Blue) = 78+118+124=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 124 (48.83% from 255 or 38.75% from 320); Max value from RGB is 124 - color contains mainly: blue. Hex color #4E767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E767C is #B18983. Grayscale: #6A6A6A. Windows color (decimal): -11635076 or 8156750. OLE color: 8156750.

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

Color convert

RGB 78 118 124 -
CMYK 0.37 0.05 0 0.51
HSL 187.83º 0.23% 0.4% -
HSV(B) 187.83º 0.37% 0.49% -
XYZ 13.26 16.03 21.46 -
YUV 106.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 78 118 124 0.37 0.05 0 0.51 187.83 0.23 0.4
Hex 4E 76 7C 25 5 0 33 BC 17 28
Octal 116 166 174 45 5 0 63 274 27 50
Binary 1001110 1110110 1111100 100101 101 0 110011 10111100 10111 101000

Color Harmonies of #4E767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E767C

Black with #4E767C

Text Example


Text Example

White with #4E767C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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