Html Css Color HEX #487984 Paradiso

📋 copy color: '#487984'

red 72 ◦ green 121 ◦ blue 132

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

Shades of Paradiso #487984

Tints of Paradiso #487984

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

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

R = 22.15%
G = 37.23%
B = 40.62%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#487984 (or 0x487984) is known color: Paradiso. HEX triplet: 48, 79 and 84. RGB value is (72,121,132). Sum of RGB (Red+Green+Blue) = 72+121+132=325 (43% of max value = 765). Red value is 72 (28.52% from 255 or 22.15% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 132 (51.95% from 255 or 40.62% from 325); Max value from RGB is 132 - color contains mainly: blue. Hex color #487984 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487984 is #B7867B. Grayscale: #6B6B6B. Windows color (decimal): -12027516 or 8681800. OLE color: 8681800.

HSL color Cylindrical-coordinate representation of color #487984: hue angle of 191º 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 #487984 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 72 121 132 -
CMYK 0.45 0.08 0 0.48
HSL 191º 0.29% 0.4% -
HSV(B) 191º 0.45% 0.52% -
XYZ 13.67 16.72 24.34 -
YUV 107.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 72 121 132 0.45 0.08 0 0.48 191 0.29 0.4
Hex 48 79 84 2D 8 0 30 BF 1D 28
Octal 110 171 204 55 10 0 60 277 35 50
Binary 1001000 1111001 10000100 101101 1000 0 110000 10111111 11101 101000

Color Harmonies of #487984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487984

Black with #487984

Text Example


Text Example

White with #487984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487984; }

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

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

background-color css

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

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

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

border-color css

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

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

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