Html Css Color HEX #48858A Paradiso

📋 copy color: '#48858A'

red 72 ◦ green 133 ◦ blue 138

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

Shades of Paradiso #48858A

Tints of Paradiso #48858A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

 BLUE value IS 138 (54.3% from 255) = 40.23%

R = 20.99%
G = 38.78%
B = 40.23%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#48858A (or 0x48858A) is known color: Paradiso. HEX triplet: 48, 85 and 8A. RGB value is (72,133,138). Sum of RGB (Red+Green+Blue) = 72+133+138=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 138 - color contains mainly: blue. Hex color #48858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48858A is #B77A75. Grayscale: #737373. Windows color (decimal): -12024438 or 9078088. OLE color: 9078088.

HSL color Cylindrical-coordinate representation of color #48858A: hue angle of 184.55º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #48858A is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 133 138 -
CMYK 0.48 0.04 0 0.46
HSL 184.55º 0.31% 0.41% -
HSV(B) 184.55º 0.48% 0.54% -
XYZ 15.65 19.99 27.08 -
YUV 115.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 72 133 138 0.48 0.04 0 0.46 184.55 0.31 0.41
Hex 48 85 8A 30 4 0 2E B9 1F 29
Octal 110 205 212 60 4 0 56 271 37 51
Binary 1001000 10000101 10001010 110000 100 0 101110 10111001 11111 101001

Color Harmonies of #48858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48858A

Black with #48858A

Text Example


Text Example

White with #48858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48858A; }

 p { color: rgb(72,133,138); }

 H1.HeaderClassName
 {
   color: #48858A;
 }
 .AnyTagClassName
 {
   color: #48858A;
 }
</style>

background-color css

<style>
 a { background-color: #48858A; }

 a { background-color: rgb(72,133,138); }

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

border-color css

<style>
 span { border-color: #48858A; }

 span { border-color: rgb(72,133,138); }

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