Html Css Color HEX #48868D Paradiso

📋 copy color: '#48868D'

red 72 ◦ green 134 ◦ blue 141

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

Shades of Paradiso #48868D

Tints of Paradiso #48868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 38.62%

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

R = 20.75%
G = 38.62%
B = 40.63%

CMYK

 C value IS 0.49

 M value IS 0.05

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48868D (or 0x48868D) is known color: Paradiso. HEX triplet: 48, 86 and 8D. RGB value is (72,134,141). Sum of RGB (Red+Green+Blue) = 72+134+141=347 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.75% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #48868D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48868D is #B77972. Grayscale: #747474. Windows color (decimal): -12024179 or 9274952. OLE color: 9274952.

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

Color convert

RGB 72 134 141 -
CMYK 0.49 0.05 0 0.45
HSL 186.09º 0.32% 0.42% -
HSV(B) 186.09º 0.49% 0.55% -
XYZ 16.01 20.35 28.28 -
YUV 116.26 141.96 96.43 -
System Red Green Blue C M Y K H S L
Decimal 72 134 141 0.49 0.05 0 0.45 186.09 0.32 0.42
Hex 48 86 8D 31 5 0 2D BA 20 2A
Octal 110 206 215 61 5 0 55 272 40 52
Binary 1001000 10000110 10001101 110001 101 0 101101 10111010 100000 101010

Color Harmonies of #48868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48868D

Black with #48868D

Text Example


Text Example

White with #48868D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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