Html Css Color HEX #48868C Paradiso

📋 copy color: '#48868C'

red 72 ◦ green 134 ◦ blue 140

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

Shades of Paradiso #48868C

Tints of Paradiso #48868C

RGB

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

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

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

R = 20.81%
G = 38.73%
B = 40.46%

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

#48868C (or 0x48868C) is known color: Paradiso. HEX triplet: 48, 86 and 8C. RGB value is (72,134,140). Sum of RGB (Red+Green+Blue) = 72+134+140=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 140 - color contains mainly: blue. Hex color #48868C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48868C is #B77973. Grayscale: #747474. Windows color (decimal): -12024180 or 9209416. OLE color: 9209416.

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

Color convert

RGB 72 134 140 -
CMYK 0.49 0.04 0 0.45
HSL 185.29º 0.32% 0.42% -
HSV(B) 185.29º 0.49% 0.55% -
XYZ 15.93 20.32 27.89 -
YUV 116.15 141.46 96.51 -
System Red Green Blue C M Y K H S L
Decimal 72 134 140 0.49 0.04 0 0.45 185.29 0.32 0.42
Hex 48 86 8C 31 4 0 2D B9 20 2A
Octal 110 206 214 61 4 0 55 271 40 52
Binary 1001000 10000110 10001100 110001 100 0 101101 10111001 100000 101010

Color Harmonies of #48868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48868C

Black with #48868C

Text Example


Text Example

White with #48868C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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