Html Css Color HEX #488581 Paradiso

📋 copy color: '#488581'

red 72 ◦ green 133 ◦ blue 129

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

Shades of Paradiso #488581

Tints of Paradiso #488581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 38.62%

R = 21.56%
G = 39.82%
B = 38.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#488581 (or 0x488581) is known color: Paradiso. HEX triplet: 48, 85 and 81. RGB value is (72,133,129). Sum of RGB (Red+Green+Blue) = 72+133+129=334 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.56% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #488581 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488581 is #B77A7E. Grayscale: #727272. Windows color (decimal): -12024447 or 8488264. OLE color: 8488264.

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

Color convert

RGB 72 133 129 -
CMYK 0.46 0 0.03 0.48
HSL 176.07º 0.3% 0.4% -
HSV(B) 176.07º 0.46% 0.52% -
XYZ 15.02 19.74 23.79 -
YUV 114.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 72 133 129 0.46 0 0.03 0.48 176.07 0.3 0.4
Hex 48 85 81 2E 0 3 30 B0 1E 28
Octal 110 205 201 56 0 3 60 260 36 50
Binary 1001000 10000101 10000001 101110 0 11 110000 10110000 11110 101000

Color Harmonies of #488581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488581

Black with #488581

Text Example


Text Example

White with #488581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488581; }

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

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

background-color css

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

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

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

border-color css

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

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

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