Html Css Color HEX #48878C Paradiso

📋 copy color: '#48878C'

red 72 ◦ green 135 ◦ blue 140

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

Shades of Paradiso #48878C

Tints of Paradiso #48878C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.35%

R = 20.75%
G = 38.9%
B = 40.35%

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

#48878C (or 0x48878C) is known color: Paradiso. HEX triplet: 48, 87 and 8C. RGB value is (72,135,140). Sum of RGB (Red+Green+Blue) = 72+135+140=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #48878C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48878C is #B77873. Grayscale: #747474. Windows color (decimal): -12023924 or 9209672. OLE color: 9209672.

HSL color Cylindrical-coordinate representation of color #48878C: hue angle of 184.41º 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 #48878C is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 135 140 -
CMYK 0.49 0.04 0 0.45
HSL 184.41º 0.32% 0.42% -
HSV(B) 184.41º 0.49% 0.55% -
XYZ 16.07 20.6 27.94 -
YUV 116.73 141.13 96.09 -
System Red Green Blue C M Y K H S L
Decimal 72 135 140 0.49 0.04 0 0.45 184.41 0.32 0.42
Hex 48 87 8C 31 4 0 2D B8 20 2A
Octal 110 207 214 61 4 0 55 270 40 52
Binary 1001000 10000111 10001100 110001 100 0 101101 10111000 100000 101010

Color Harmonies of #48878C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48878C

Black with #48878C

Text Example


Text Example

White with #48878C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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