Html Css Color HEX #487782 Paradiso

📋 copy color: '#487782'

red 72 ◦ green 119 ◦ blue 130

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

Shades of Paradiso #487782

Tints of Paradiso #487782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 37.07%

 BLUE value IS 130 (51.17% from 255) = 40.5%

R = 22.43%
G = 37.07%
B = 40.5%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#487782 (or 0x487782) is known color: Paradiso. HEX triplet: 48, 77 and 82. RGB value is (72,119,130). Sum of RGB (Red+Green+Blue) = 72+119+130=321 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.43% from 321); Green value is 119 (46.88% from 255 or 37.07% from 321); Blue value is 130 (51.17% from 255 or 40.50% from 321); Max value from RGB is 130 - color contains mainly: blue. Hex color #487782 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #487782 is #B7887D. Grayscale: #6A6A6A. Windows color (decimal): -12028030 or 8550216. OLE color: 8550216.

HSL color Cylindrical-coordinate representation of color #487782: hue angle of 191.38º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #487782 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 72 119 130 -
CMYK 0.45 0.08 0 0.49
HSL 191.38º 0.29% 0.4% -
HSV(B) 191.38º 0.45% 0.51% -
XYZ 13.3 16.18 23.54 -
YUV 106.2 141.43 103.61 -
System Red Green Blue C M Y K H S L
Decimal 72 119 130 0.45 0.08 0 0.49 191.38 0.29 0.4
Hex 48 77 82 2D 8 0 31 BF 1D 28
Octal 110 167 202 55 10 0 61 277 35 50
Binary 1001000 1110111 10000010 101101 1000 0 110001 10111111 11101 101000

Color Harmonies of #487782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487782

Black with #487782

Text Example


Text Example

White with #487782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487782; }

 p { color: rgb(72,119,130); }

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

background-color css

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

 a { background-color: rgb(72,119,130); }

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

border-color css

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

 span { border-color: rgb(72,119,130); }

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