Html Css Color HEX #488385 Paradiso

📋 copy color: '#488385'

red 72 ◦ green 131 ◦ blue 133

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

Shades of Paradiso #488385

Tints of Paradiso #488385

RGB

 RED value IS 72 (28.52% from 255) = 21.43%

 GREEN value IS 131 (51.56% from 255) = 38.99%

 BLUE value IS 133 (52.34% from 255) = 39.58%

R = 21.43%
G = 38.99%
B = 39.58%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#488385 (or 0x488385) is known color: Paradiso. HEX triplet: 48, 83 and 85. RGB value is (72,131,133). Sum of RGB (Red+Green+Blue) = 72+131+133=336 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.43% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #488385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488385 is #B77C7A. Grayscale: #717171. Windows color (decimal): -12024955 or 8749896. OLE color: 8749896.

HSL color Cylindrical-coordinate representation of color #488385: hue angle of 181.97º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488385 is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 131 133 -
CMYK 0.46 0.02 0 0.48
HSL 181.97º 0.3% 0.4% -
HSV(B) 181.97º 0.46% 0.52% -
XYZ 15.02 19.3 25.12 -
YUV 113.59 138.95 98.34 -
System Red Green Blue C M Y K H S L
Decimal 72 131 133 0.46 0.02 0 0.48 181.97 0.3 0.4
Hex 48 83 85 2E 2 0 30 B6 1E 28
Octal 110 203 205 56 2 0 60 266 36 50
Binary 1001000 10000011 10000101 101110 10 0 110000 10110110 11110 101000

Color Harmonies of #488385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488385

Black with #488385

Text Example


Text Example

White with #488385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488385; }

 p { color: rgb(72,131,133); }

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

background-color css

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

 a { background-color: rgb(72,131,133); }

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

border-color css

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

 span { border-color: rgb(72,131,133); }

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