Html Css Color HEX #488588 Paradiso

📋 copy color: '#488588'

red 72 ◦ green 133 ◦ blue 136

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

Shades of Paradiso #488588

Tints of Paradiso #488588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 39.88%

R = 21.11%
G = 39%
B = 39.88%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#488588 (or 0x488588) is known color: Paradiso. HEX triplet: 48, 85 and 88. RGB value is (72,133,136). Sum of RGB (Red+Green+Blue) = 72+133+136=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #488588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488588 is #B77A77. Grayscale: #737373. Windows color (decimal): -12024440 or 8947016. OLE color: 8947016.

HSL color Cylindrical-coordinate representation of color #488588: hue angle of 182.81º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488588 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 133 136 -
CMYK 0.47 0.02 0 0.47
HSL 182.81º 0.31% 0.41% -
HSV(B) 182.81º 0.47% 0.53% -
XYZ 15.5 19.93 26.32 -
YUV 115.1 139.79 97.26 -
System Red Green Blue C M Y K H S L
Decimal 72 133 136 0.47 0.02 0 0.47 182.81 0.31 0.41
Hex 48 85 88 2F 2 0 2F B7 1F 29
Octal 110 205 210 57 2 0 57 267 37 51
Binary 1001000 10000101 10001000 101111 10 0 101111 10110111 11111 101001

Color Harmonies of #488588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488588

Black with #488588

Text Example


Text Example

White with #488588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488588; }

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

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

background-color css

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

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

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

border-color css

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

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

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