Html Css Color HEX #48878D Paradiso

📋 copy color: '#48878D'

red 72 ◦ green 135 ◦ blue 141

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

Shades of Paradiso #48878D

Tints of Paradiso #48878D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 38.79%

 BLUE value IS 141 (55.47% from 255) = 40.52%

R = 20.69%
G = 38.79%
B = 40.52%

CMYK

 C value IS 0.49

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48878D (or 0x48878D) is known color: Paradiso. HEX triplet: 48, 87 and 8D. RGB value is (72,135,141). Sum of RGB (Red+Green+Blue) = 72+135+141=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 141 - color contains mainly: blue. Hex color #48878D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48878D is #B77872. Grayscale: #747474. Windows color (decimal): -12023923 or 9275208. OLE color: 9275208.

HSL color Cylindrical-coordinate representation of color #48878D: hue angle of 185.22º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #48878D is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 135 141 -
CMYK 0.49 0.04 0 0.45
HSL 185.22º 0.32% 0.42% -
HSV(B) 185.22º 0.49% 0.55% -
XYZ 16.14 20.63 28.33 -
YUV 116.85 141.63 96.01 -
System Red Green Blue C M Y K H S L
Decimal 72 135 141 0.49 0.04 0 0.45 185.22 0.32 0.42
Hex 48 87 8D 31 4 0 2D B9 20 2A
Octal 110 207 215 61 4 0 55 271 40 52
Binary 1001000 10000111 10001101 110001 100 0 101101 10111001 100000 101010

Color Harmonies of #48878D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48878D

Black with #48878D

Text Example


Text Example

White with #48878D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48878D; }

 p { color: rgb(72,135,141); }

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

background-color css

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

 a { background-color: rgb(72,135,141); }

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

border-color css

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

 span { border-color: rgb(72,135,141); }

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