Html Css Color HEX #488784 Paradiso

📋 copy color: '#488784'

red 72 ◦ green 135 ◦ blue 132

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

Shades of Paradiso #488784

Tints of Paradiso #488784

RGB

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

 GREEN value IS 135 (53.13% from 255) = 39.82%

 BLUE value IS 132 (51.95% from 255) = 38.94%

R = 21.24%
G = 39.82%
B = 38.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#488784 (or 0x488784) is known color: Paradiso. HEX triplet: 48, 87 and 84. RGB value is (72,135,132). Sum of RGB (Red+Green+Blue) = 72+135+132=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 132 (51.95% from 255 or 38.94% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #488784 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488784 is #B7787B. Grayscale: #737373. Windows color (decimal): -12023932 or 8685384. OLE color: 8685384.

HSL color Cylindrical-coordinate representation of color #488784: hue angle of 177.14º degrees, saturation: 0.3, 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 #488784 is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 135 132 -
CMYK 0.47 0 0.02 0.47
HSL 177.14º 0.3% 0.41% -
HSV(B) 177.14º 0.47% 0.53% -
XYZ 15.5 20.37 24.94 -
YUV 115.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 72 135 132 0.47 0 0.02 0.47 177.14 0.3 0.41
Hex 48 87 84 2F 0 2 2F B1 1E 29
Octal 110 207 204 57 0 2 57 261 36 51
Binary 1001000 10000111 10000100 101111 0 10 101111 10110001 11110 101001

Color Harmonies of #488784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488784

Black with #488784

Text Example


Text Example

White with #488784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488784; }

 p { color: rgb(72,135,132); }

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

background-color css

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

 a { background-color: rgb(72,135,132); }

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

border-color css

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

 span { border-color: rgb(72,135,132); }

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