Html Css Color HEX #48404B Bossanova

📋 copy color: '#48404B'

red 72 ◦ green 64 ◦ blue 75

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

Shades of Bossanova #48404B

Tints of Bossanova #48404B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

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

R = 34.12%
G = 30.33%
B = 35.55%

CMYK

 C value IS 0.04

 M value IS 0.15

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48404B (or 0x48404B) is known color: Bossanova. HEX triplet: 48, 40 and 4B. RGB value is (72,64,75). Sum of RGB (Red+Green+Blue) = 72+64+75=211 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.12% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 75 - color contains mainly: blue. Hex color #48404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48404B is #B7BFB4. Grayscale: #434343. Windows color (decimal): -12042165 or 4931656. OLE color: 4931656.

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

Color convert

RGB 72 64 75 -
CMYK 0.04 0.15 0 0.71
HSL 283.64º 0.08% 0.27% -
HSV(B) 283.64º 0.15% 0.29% -
XYZ 5.78 5.55 7.42 -
YUV 67.65 132.15 131.11 -
System Red Green Blue C M Y K H S L
Decimal 72 64 75 0.04 0.15 0 0.71 283.64 0.08 0.27
Hex 48 40 4B 4 F 0 47 11C 8 1B
Octal 110 100 113 4 17 0 107 434 10 33
Binary 1001000 1000000 1001011 100 1111 0 1000111 100011100 1000 11011

Color Harmonies of #48404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48404B

Black with #48404B

Text Example


Text Example

White with #48404B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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