Html Css Color HEX #488886 Paradiso

📋 copy color: '#488886'

red 72 ◦ green 136 ◦ blue 134

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

Shades of Paradiso #488886

Tints of Paradiso #488886

RGB

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

 GREEN value IS 136 (53.52% from 255) = 39.77%

 BLUE value IS 134 (52.73% from 255) = 39.18%

R = 21.05%
G = 39.77%
B = 39.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#488886 (or 0x488886) is known color: Paradiso. HEX triplet: 48, 88 and 86. RGB value is (72,136,134). Sum of RGB (Red+Green+Blue) = 72+136+134=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 136 (53.52% from 255 or 39.77% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 136 - color contains mainly: green. Hex color #488886 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488886 is #B77779. Grayscale: #747474. Windows color (decimal): -12023674 or 8816712. OLE color: 8816712.

HSL color Cylindrical-coordinate representation of color #488886: hue angle of 178.12º 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 #488886 is Cyan = 0.47, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 136 134 -
CMYK 0.47 0 0.01 0.47
HSL 178.13º 0.31% 0.41% -
HSV(B) 178.13º 0.47% 0.53% -
XYZ 15.78 20.71 25.72 -
YUV 116.64 137.8 96.16 -
System Red Green Blue C M Y K H S L
Decimal 72 136 134 0.47 0 0.01 0.47 178.13 0.31 0.41
Hex 48 88 86 2F 0 1 2F B2 1F 29
Octal 110 210 206 57 0 1 57 262 37 51
Binary 1001000 10001000 10000110 101111 0 1 101111 10110010 11111 101001

Color Harmonies of #488886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488886

Black with #488886

Text Example


Text Example

White with #488886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488886; }

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

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

background-color css

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

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

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

border-color css

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

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

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