Html Css Color HEX #487B7D Paradiso

📋 copy color: '#487B7D'

red 72 ◦ green 123 ◦ blue 125

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

Shades of Paradiso #487B7D

Tints of Paradiso #487B7D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.44%

 BLUE value IS 125 (49.22% from 255) = 39.06%

R = 22.5%
G = 38.44%
B = 39.06%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#487B7D (or 0x487B7D) is known color: Paradiso. HEX triplet: 48, 7B and 7D. RGB value is (72,123,125). Sum of RGB (Red+Green+Blue) = 72+123+125=320 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.5% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 125 (49.22% from 255 or 39.06% from 320); Max value from RGB is 125 - color contains mainly: blue. Hex color #487B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #487B7D is #B78482. Grayscale: #6B6B6B. Windows color (decimal): -12027011 or 8223560. OLE color: 8223560.

HSL color Cylindrical-coordinate representation of color #487B7D: hue angle of 182.26º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #487B7D is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 72 123 125 -
CMYK 0.42 0.02 0 0.51
HSL 182.26º 0.27% 0.39% -
HSV(B) 182.26º 0.42% 0.49% -
XYZ 13.46 17.02 21.98 -
YUV 107.98 137.6 102.34 -
System Red Green Blue C M Y K H S L
Decimal 72 123 125 0.42 0.02 0 0.51 182.26 0.27 0.39
Hex 48 7B 7D 2A 2 0 33 B6 1B 27
Octal 110 173 175 52 2 0 63 266 33 47
Binary 1001000 1111011 1111101 101010 10 0 110011 10110110 11011 100111

Color Harmonies of #487B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487B7D

Black with #487B7D

Text Example


Text Example

White with #487B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487B7D; }

 p { color: rgb(72,123,125); }

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

background-color css

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

 a { background-color: rgb(72,123,125); }

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

border-color css

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

 span { border-color: rgb(72,123,125); }

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