Html Css Color HEX #48344C Bossanova

📋 copy color: '#48344C'

red 72 ◦ green 52 ◦ blue 76

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

Shades of Bossanova #48344C

Tints of Bossanova #48344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

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

R = 36%
G = 26%
B = 38%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48344C (or 0x48344C) is known color: Bossanova. HEX triplet: 48, 34 and 4C. RGB value is (72,52,76). Sum of RGB (Red+Green+Blue) = 72+52+76=200 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #48344C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48344C is #B7CBB3. Grayscale: #3C3C3C. Windows color (decimal): -12045236 or 4994120. OLE color: 4994120.

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

Color convert

RGB 72 52 76 -
CMYK 0.05 0.32 0 0.70
HSL 290º 0.19% 0.25% -
HSV(B) 290º 0.32% 0.3% -
XYZ 5.2 4.36 7.4 -
YUV 60.72 136.63 136.05 -
System Red Green Blue C M Y K H S L
Decimal 72 52 76 0.05 0.32 0 0.70 290 0.19 0.25
Hex 48 34 4C 5 20 0 46 122 13 19
Octal 110 64 114 5 40 0 106 442 23 31
Binary 1001000 110100 1001100 101 100000 0 1000110 100100010 10011 11001

Color Harmonies of #48344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48344C

Black with #48344C

Text Example


Text Example

White with #48344C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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