Html Css Color HEX #48354C Bossanova

📋 copy color: '#48354C'

red 72 ◦ green 53 ◦ blue 76

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

Shades of Bossanova #48354C

Tints of Bossanova #48354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.37%

 BLUE value IS 76 (30.08% from 255) = 37.81%

R = 35.82%
G = 26.37%
B = 37.81%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48354C (or 0x48354C) is known color: Bossanova. HEX triplet: 48, 35 and 4C. RGB value is (72,53,76). Sum of RGB (Red+Green+Blue) = 72+53+76=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 53 (21.09% from 255 or 26.37% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 76 - color contains mainly: blue. Hex color #48354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48354C is #B7CAB3. Grayscale: #3D3D3D. Windows color (decimal): -12044980 or 4994376. OLE color: 4994376.

HSL color Cylindrical-coordinate representation of color #48354C: hue angle of 289.57º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #48354C is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 53 76 -
CMYK 0.05 0.30 0 0.70
HSL 289.57º 0.18% 0.25% -
HSV(B) 289.57º 0.3% 0.3% -
XYZ 5.25 4.45 7.42 -
YUV 61.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 72 53 76 0.05 0.30 0 0.70 289.57 0.18 0.25
Hex 48 35 4C 5 1E 0 46 122 12 19
Octal 110 65 114 5 36 0 106 442 22 31
Binary 1001000 110101 1001100 101 11110 0 1000110 100100010 10010 11001

Color Harmonies of #48354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48354C

Black with #48354C

Text Example


Text Example

White with #48354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,53,76); }

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

background-color css

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

 a { background-color: rgb(72,53,76); }

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

border-color css

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

 span { border-color: rgb(72,53,76); }

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