Html Css Color HEX #48434B Bossanova

📋 copy color: '#48434B'

red 72 ◦ green 67 ◦ blue 75

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

Shades of Bossanova #48434B

Tints of Bossanova #48434B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.31%

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

R = 33.64%
G = 31.31%
B = 35.05%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#48434B (or 0x48434B) is known color: Bossanova. HEX triplet: 48, 43 and 4B. RGB value is (72,67,75). Sum of RGB (Red+Green+Blue) = 72+67+75=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 75 - color contains mainly: blue. Hex color #48434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48434B is #B7BCB4. Grayscale: #454545. Windows color (decimal): -12041397 or 4932424. OLE color: 4932424.

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

Color convert

RGB 72 67 75 -
CMYK 0.04 0.11 0 0.71
HSL 277.5º 0.06% 0.28% -
HSV(B) 277.5º 0.11% 0.29% -
XYZ 5.95 5.9 7.48 -
YUV 69.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 72 67 75 0.04 0.11 0 0.71 277.5 0.06 0.28
Hex 48 43 4B 4 B 0 47 116 6 1C
Octal 110 103 113 4 13 0 107 426 6 34
Binary 1001000 1000011 1001011 100 1011 0 1000111 100010110 110 11100

Color Harmonies of #48434B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48434B

Black with #48434B

Text Example


Text Example

White with #48434B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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