Html Css Color HEX #488589 Paradiso

📋 copy color: '#488589'

red 72 ◦ green 133 ◦ blue 137

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

Shades of Paradiso #488589

Tints of Paradiso #488589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.06%

R = 21.05%
G = 38.89%
B = 40.06%

CMYK

 C value IS 0.47

 M value IS 0.03

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#488589 (or 0x488589) is known color: Paradiso. HEX triplet: 48, 85 and 89. RGB value is (72,133,137). Sum of RGB (Red+Green+Blue) = 72+133+137=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 133 (52.34% from 255 or 38.89% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #488589 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488589 is #B77A76. Grayscale: #737373. Windows color (decimal): -12024439 or 9012552. OLE color: 9012552.

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

Color convert

RGB 72 133 137 -
CMYK 0.47 0.03 0 0.46
HSL 183.69º 0.31% 0.41% -
HSV(B) 183.69º 0.47% 0.54% -
XYZ 15.58 19.96 26.7 -
YUV 115.22 140.29 97.17 -
System Red Green Blue C M Y K H S L
Decimal 72 133 137 0.47 0.03 0 0.46 183.69 0.31 0.41
Hex 48 85 89 2F 3 0 2E B8 1F 29
Octal 110 205 211 57 3 0 56 270 37 51
Binary 1001000 10000101 10001001 101111 11 0 101110 10111000 11111 101001

Color Harmonies of #488589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488589

Black with #488589

Text Example


Text Example

White with #488589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488589; }

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

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

background-color css

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

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

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

border-color css

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

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

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