Html Css Color HEX #4D8282 Paradiso

📋 copy color: '#4D8282'

red 77 ◦ green 130 ◦ blue 130

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

Shades of Paradiso #4D8282

Tints of Paradiso #4D8282

RGB

 RED value IS 77 (30.47% from 255) = 22.85%

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

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

R = 22.85%
G = 38.58%
B = 38.58%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D8282 (or 0x4D8282) is known color: Paradiso. HEX triplet: 4D, 82 and 82. RGB value is (77,130,130). Sum of RGB (Red+Green+Blue) = 77+130+130=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: green, blue. Hex color #4D8282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8282 is #B27D7D. Grayscale: #727272. Windows color (decimal): -11697534 or 8553037. OLE color: 8553037.

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

Color convert

RGB 77 130 130 -
CMYK 0.41 0 0 0.49
HSL 180º 0.26% 0.41% -
HSV(B) 180º 0.41% 0.51% -
XYZ 15.07 19.15 24.02 -
YUV 114.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 77 130 130 0.41 0 0 0.49 180 0.26 0.41
Hex 4D 82 82 29 0 0 31 B4 1A 29
Octal 115 202 202 51 0 0 61 264 32 51
Binary 1001101 10000010 10000010 101001 0 0 110001 10110100 11010 101001

Color Harmonies of #4D8282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8282

Black with #4D8282

Text Example


Text Example

White with #4D8282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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