Html Css Color HEX #488189 Paradiso

📋 copy color: '#488189'

red 72 ◦ green 129 ◦ blue 137

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

Shades of Paradiso #488189

Tints of Paradiso #488189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.17%

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

R = 21.3%
G = 38.17%
B = 40.53%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#488189 (or 0x488189) is known color: Paradiso. HEX triplet: 48, 81 and 89. RGB value is (72,129,137). Sum of RGB (Red+Green+Blue) = 72+129+137=338 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.30% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #488189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488189 is #B77E76. Grayscale: #707070. Windows color (decimal): -12025463 or 9011528. OLE color: 9011528.

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

Color convert

RGB 72 129 137 -
CMYK 0.47 0.06 0 0.46
HSL 187.38º 0.31% 0.41% -
HSV(B) 187.38º 0.47% 0.54% -
XYZ 15.04 18.88 26.52 -
YUV 112.87 141.62 98.85 -
System Red Green Blue C M Y K H S L
Decimal 72 129 137 0.47 0.06 0 0.46 187.38 0.31 0.41
Hex 48 81 89 2F 6 0 2E BB 1F 29
Octal 110 201 211 57 6 0 56 273 37 51
Binary 1001000 10000001 10001001 101111 110 0 101110 10111011 11111 101001

Color Harmonies of #488189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488189

Black with #488189

Text Example


Text Example

White with #488189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488189; }

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

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

background-color css

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

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

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

border-color css

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

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

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