Html Css Color HEX #48858B Paradiso

📋 copy color: '#48858B'

red 72 ◦ green 133 ◦ blue 139

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

Shades of Paradiso #48858B

Tints of Paradiso #48858B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 40.41%

R = 20.93%
G = 38.66%
B = 40.41%

CMYK

 C value IS 0.48

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#48858B (or 0x48858B) is known color: Paradiso. HEX triplet: 48, 85 and 8B. RGB value is (72,133,139). Sum of RGB (Red+Green+Blue) = 72+133+139=344 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.93% from 344); Green value is 133 (52.34% from 255 or 38.66% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #48858B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48858B is #B77A74. Grayscale: #737373. Windows color (decimal): -12024437 or 9143624. OLE color: 9143624.

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

Color convert

RGB 72 133 139 -
CMYK 0.48 0.04 0 0.45
HSL 185.37º 0.32% 0.41% -
HSV(B) 185.37º 0.48% 0.55% -
XYZ 15.72 20.02 27.46 -
YUV 115.45 141.29 97.01 -
System Red Green Blue C M Y K H S L
Decimal 72 133 139 0.48 0.04 0 0.45 185.37 0.32 0.41
Hex 48 85 8B 30 4 0 2D B9 20 29
Octal 110 205 213 60 4 0 55 271 40 51
Binary 1001000 10000101 10001011 110000 100 0 101101 10111001 100000 101001

Color Harmonies of #48858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48858B

Black with #48858B

Text Example


Text Example

White with #48858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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