Html Css Color HEX #48354B Bossanova

📋 copy color: '#48354B'

red 72 ◦ green 53 ◦ blue 75

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

Shades of Bossanova #48354B

Tints of Bossanova #48354B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 37.5%

R = 36%
G = 26.5%
B = 37.5%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48354B (or 0x48354B) is known color: Bossanova. HEX triplet: 48, 35 and 4B. RGB value is (72,53,75). Sum of RGB (Red+Green+Blue) = 72+53+75=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 75 - color contains mainly: blue. Hex color #48354B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48354B is #B7CAB4. Grayscale: #3D3D3D. Windows color (decimal): -12044981 or 4928840. OLE color: 4928840.

HSL color Cylindrical-coordinate representation of color #48354B: hue angle of 291.82º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48354B is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 53 75 -
CMYK 0.04 0.29 0 0.71
HSL 291.82º 0.17% 0.25% -
HSV(B) 291.82º 0.29% 0.29% -
XYZ 5.22 4.43 7.24 -
YUV 61.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 72 53 75 0.04 0.29 0 0.71 291.82 0.17 0.25
Hex 48 35 4B 4 1D 0 47 124 11 19
Octal 110 65 113 4 35 0 107 444 21 31
Binary 1001000 110101 1001011 100 11101 0 1000111 100100100 10001 11001

Color Harmonies of #48354B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48354B

Black with #48354B

Text Example


Text Example

White with #48354B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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