Html Css Color HEX #488689 Paradiso

📋 copy color: '#488689'

red 72 ◦ green 134 ◦ blue 137

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

Shades of Paradiso #488689

Tints of Paradiso #488689

RGB

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

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

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

R = 20.99%
G = 39.07%
B = 39.94%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#488689 (or 0x488689) is known color: Paradiso. HEX triplet: 48, 86 and 89. RGB value is (72,134,137). Sum of RGB (Red+Green+Blue) = 72+134+137=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 137 (53.91% from 255 or 39.94% from 343); Max value from RGB is 137 - color contains mainly: blue. Hex color #488689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488689 is #B77976. Grayscale: #737373. Windows color (decimal): -12024183 or 9012808. OLE color: 9012808.

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

Color convert

RGB 72 134 137 -
CMYK 0.47 0.02 0 0.46
HSL 182.77º 0.31% 0.41% -
HSV(B) 182.77º 0.47% 0.54% -
XYZ 15.71 20.23 26.74 -
YUV 115.8 139.96 96.76 -
System Red Green Blue C M Y K H S L
Decimal 72 134 137 0.47 0.02 0 0.46 182.77 0.31 0.41
Hex 48 86 89 2F 2 0 2E B7 1F 29
Octal 110 206 211 57 2 0 56 267 37 51
Binary 1001000 10000110 10001001 101111 10 0 101110 10110111 11111 101001

Color Harmonies of #488689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488689

Black with #488689

Text Example


Text Example

White with #488689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488689; }

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

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

background-color css

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

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

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

border-color css

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

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

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