Html Css Color HEX #4E8282 Paradiso

📋 copy color: '#4E8282'

red 78 ◦ green 130 ◦ blue 130

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

Shades of Paradiso #4E8282

Tints of Paradiso #4E8282

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.46%

 BLUE value IS 130 (51.17% from 255) = 38.46%

R = 23.08%
G = 38.46%
B = 38.46%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4E8282 (or 0x4E8282) is known color: Paradiso. HEX triplet: 4E, 82 and 82. RGB value is (78,130,130). Sum of RGB (Red+Green+Blue) = 78+130+130=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #4E8282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8282 is #B17D7D. Grayscale: #727272. Windows color (decimal): -11631998 or 8553038. OLE color: 8553038.

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

Color convert

RGB 78 130 130 -
CMYK 0.40 0 0 0.49
HSL 180º 0.25% 0.41% -
HSV(B) 180º 0.4% 0.51% -
XYZ 15.15 19.2 24.03 -
YUV 114.45 136.77 102 -
System Red Green Blue C M Y K H S L
Decimal 78 130 130 0.40 0 0 0.49 180 0.25 0.41
Hex 4E 82 82 28 0 0 31 B4 19 29
Octal 116 202 202 50 0 0 61 264 31 51
Binary 1001110 10000010 10000010 101000 0 0 110001 10110100 11001 101001

Color Harmonies of #4E8282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8282

Black with #4E8282

Text Example


Text Example

White with #4E8282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,130,130); }

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

background-color css

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

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

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

border-color css

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

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

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