Html Css Color HEX #48424A Bossanova

📋 copy color: '#48424A'

red 72 ◦ green 66 ◦ blue 74

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

Shades of Bossanova #48424A

Tints of Bossanova #48424A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.13%

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

R = 33.96%
G = 31.13%
B = 34.91%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48424A (or 0x48424A) is known color: Bossanova. HEX triplet: 48, 42 and 4A. RGB value is (72,66,74). Sum of RGB (Red+Green+Blue) = 72+66+74=212 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.96% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 74 - color contains mainly: blue. Hex color #48424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48424A is #B7BDB5. Grayscale: #444444. Windows color (decimal): -12041654 or 4866632. OLE color: 4866632.

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

Color convert

RGB 72 66 74 -
CMYK 0.03 0.11 0 0.71
HSL 285º 0.06% 0.27% -
HSV(B) 285º 0.11% 0.29% -
XYZ 5.86 5.77 7.28 -
YUV 68.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 72 66 74 0.03 0.11 0 0.71 285 0.06 0.27
Hex 48 42 4A 3 B 0 47 11D 6 1B
Octal 110 102 112 3 13 0 107 435 6 33
Binary 1001000 1000010 1001010 11 1011 0 1000111 100011101 110 11011

Color Harmonies of #48424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48424A

Black with #48424A

Text Example


Text Example

White with #48424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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