Html Css Color HEX #48414C Bossanova

📋 copy color: '#48414C'

red 72 ◦ green 65 ◦ blue 76

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

Shades of Bossanova #48414C

Tints of Bossanova #48414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.52%

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

R = 33.8%
G = 30.52%
B = 35.68%

CMYK

 C value IS 0.05

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#48414C (or 0x48414C) is known color: Bossanova. HEX triplet: 48, 41 and 4C. RGB value is (72,65,76). Sum of RGB (Red+Green+Blue) = 72+65+76=213 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.80% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 76 - color contains mainly: blue. Hex color #48414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48414C is #B7BEB3. Grayscale: #444444. Windows color (decimal): -12041908 or 4997448. OLE color: 4997448.

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

Color convert

RGB 72 65 76 -
CMYK 0.05 0.14 0 0.70
HSL 278.18º 0.08% 0.28% -
HSV(B) 278.18º 0.14% 0.3% -
XYZ 5.87 5.68 7.62 -
YUV 68.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 72 65 76 0.05 0.14 0 0.70 278.18 0.08 0.28
Hex 48 41 4C 5 E 0 46 116 8 1C
Octal 110 101 114 5 16 0 106 426 10 34
Binary 1001000 1000001 1001100 101 1110 0 1000110 100010110 1000 11100

Color Harmonies of #48414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48414C

Black with #48414C

Text Example


Text Example

White with #48414C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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