Html Css Color HEX #488685 Paradiso

📋 copy color: '#488685'

red 72 ◦ green 134 ◦ blue 133

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

Shades of Paradiso #488685

Tints of Paradiso #488685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.53%

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 21.24%
G = 39.53%
B = 39.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#488685 (or 0x488685) is known color: Paradiso. HEX triplet: 48, 86 and 85. RGB value is (72,134,133). Sum of RGB (Red+Green+Blue) = 72+134+133=339 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.24% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 134 - color contains mainly: green. Hex color #488685 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488685 is #B7797A. Grayscale: #737373. Windows color (decimal): -12024187 or 8750664. OLE color: 8750664.

HSL color Cylindrical-coordinate representation of color #488685: hue angle of 179.03º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #488685 is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 72 134 133 -
CMYK 0.46 0 0.01 0.47
HSL 179.03º 0.3% 0.4% -
HSV(B) 179.03º 0.46% 0.53% -
XYZ 15.43 20.12 25.26 -
YUV 115.35 137.96 97.08 -
System Red Green Blue C M Y K H S L
Decimal 72 134 133 0.46 0 0.01 0.47 179.03 0.3 0.4
Hex 48 86 85 2E 0 1 2F B3 1E 28
Octal 110 206 205 56 0 1 57 263 36 50
Binary 1001000 10000110 10000101 101110 0 1 101111 10110011 11110 101000

Color Harmonies of #488685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488685

Black with #488685

Text Example


Text Example

White with #488685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488685; }

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

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

background-color css

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

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

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

border-color css

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

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

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