Html Css Color HEX #48334B Bossanova

📋 copy color: '#48334B'

red 72 ◦ green 51 ◦ blue 75

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

Shades of Bossanova #48334B

Tints of Bossanova #48334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 25.76%

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

R = 36.36%
G = 25.76%
B = 37.88%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48334B (or 0x48334B) is known color: Bossanova. HEX triplet: 48, 33 and 4B. RGB value is (72,51,75). Sum of RGB (Red+Green+Blue) = 72+51+75=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 51 (20.31% from 255 or 25.76% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #48334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48334B is #B7CCB4. Grayscale: #3B3B3B. Windows color (decimal): -12045493 or 4928328. OLE color: 4928328.

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

Color convert

RGB 72 51 75 -
CMYK 0.04 0.32 0 0.71
HSL 292.5º 0.19% 0.25% -
HSV(B) 292.5º 0.32% 0.29% -
XYZ 5.13 4.25 7.21 -
YUV 60.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 72 51 75 0.04 0.32 0 0.71 292.5 0.19 0.25
Hex 48 33 4B 4 20 0 47 124 13 19
Octal 110 63 113 4 40 0 107 444 23 31
Binary 1001000 110011 1001011 100 100000 0 1000111 100100100 10011 11001

Color Harmonies of #48334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48334B

Black with #48334B

Text Example


Text Example

White with #48334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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