Html Css Color HEX #488582 Paradiso

📋 copy color: '#488582'

red 72 ◦ green 133 ◦ blue 130

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

Shades of Paradiso #488582

Tints of Paradiso #488582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 39.7%

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

R = 21.49%
G = 39.7%
B = 38.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#488582 (or 0x488582) is known color: Paradiso. HEX triplet: 48, 85 and 82. RGB value is (72,133,130). Sum of RGB (Red+Green+Blue) = 72+133+130=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 130 (51.17% from 255 or 38.81% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #488582 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488582 is #B77A7D. Grayscale: #727272. Windows color (decimal): -12024446 or 8553800. OLE color: 8553800.

HSL color Cylindrical-coordinate representation of color #488582: hue angle of 177.05º 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 #488582 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 133 130 -
CMYK 0.46 0 0.02 0.48
HSL 177.05º 0.3% 0.4% -
HSV(B) 177.05º 0.46% 0.52% -
XYZ 15.09 19.76 24.14 -
YUV 114.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 72 133 130 0.46 0 0.02 0.48 177.05 0.3 0.4
Hex 48 85 82 2E 0 2 30 B1 1E 28
Octal 110 205 202 56 0 2 60 261 36 50
Binary 1001000 10000101 10000010 101110 0 10 110000 10110001 11110 101000

Color Harmonies of #488582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488582

Black with #488582

Text Example


Text Example

White with #488582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488582; }

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

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

background-color css

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

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

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

border-color css

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

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

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