Html Css Color HEX #48414A Bossanova

📋 copy color: '#48414A'

red 72 ◦ green 65 ◦ blue 74

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

Shades of Bossanova #48414A

Tints of Bossanova #48414A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.07%

R = 34.12%
G = 30.81%
B = 35.07%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48414A (or 0x48414A) is known color: Bossanova. HEX triplet: 48, 41 and 4A. RGB value is (72,65,74). Sum of RGB (Red+Green+Blue) = 72+65+74=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 74 - color contains mainly: blue. Hex color #48414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48414A is #B7BEB5. Grayscale: #444444. Windows color (decimal): -12041910 or 4866376. OLE color: 4866376.

HSL color Cylindrical-coordinate representation of color #48414A: hue angle of 286.67º degrees, saturation: 0.06, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #48414A is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 65 74 -
CMYK 0.03 0.12 0 0.71
HSL 286.67º 0.06% 0.27% -
HSV(B) 286.67º 0.12% 0.29% -
XYZ 5.8 5.65 7.26 -
YUV 68.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 72 65 74 0.03 0.12 0 0.71 286.67 0.06 0.27
Hex 48 41 4A 3 C 0 47 11F 6 1B
Octal 110 101 112 3 14 0 107 437 6 33
Binary 1001000 1000001 1001010 11 1100 0 1000111 100011111 110 11011

Color Harmonies of #48414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48414A

Black with #48414A

Text Example


Text Example

White with #48414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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