Html Css Color HEX #488384 Paradiso

📋 copy color: '#488384'

red 72 ◦ green 131 ◦ blue 132

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

Shades of Paradiso #488384

Tints of Paradiso #488384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.1%

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

R = 21.49%
G = 39.1%
B = 39.4%

CMYK

 C value IS 0.45

 M value IS 0.01

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#488384 (or 0x488384) is known color: Paradiso. HEX triplet: 48, 83 and 84. RGB value is (72,131,132). Sum of RGB (Red+Green+Blue) = 72+131+132=335 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.49% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #488384 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488384 is #B77C7B. Grayscale: #717171. Windows color (decimal): -12024956 or 8684360. OLE color: 8684360.

HSL color Cylindrical-coordinate representation of color #488384: hue angle of 181º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #488384 is Cyan = 0.45, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 131 132 -
CMYK 0.45 0.01 0 0.48
HSL 181º 0.29% 0.4% -
HSV(B) 181º 0.45% 0.52% -
XYZ 14.95 19.28 24.76 -
YUV 113.47 138.45 98.42 -
System Red Green Blue C M Y K H S L
Decimal 72 131 132 0.45 0.01 0 0.48 181 0.29 0.4
Hex 48 83 84 2D 1 0 30 B5 1D 28
Octal 110 203 204 55 1 0 60 265 35 50
Binary 1001000 10000011 10000100 101101 1 0 110000 10110101 11101 101000

Color Harmonies of #488384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488384

Black with #488384

Text Example


Text Example

White with #488384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488384; }

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

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

background-color css

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

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

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

border-color css

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

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

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