Html Css Color HEX #483348 Bossanova

📋 copy color: '#483348'

red 72 ◦ green 51 ◦ blue 72

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

Shades of Bossanova #483348

Tints of Bossanova #483348

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.15%

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 36.92%
G = 26.15%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#483348 (or 0x483348) is known color: Bossanova. HEX triplet: 48, 33 and 48. RGB value is (72,51,72). Sum of RGB (Red+Green+Blue) = 72+51+72=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: red, blue. Hex color #483348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483348 is #B7CCB7. Grayscale: #3B3B3B. Windows color (decimal): -12045496 or 4731720. OLE color: 4731720.

HSL color Cylindrical-coordinate representation of color #483348: hue angle of 300º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #483348 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 51 72 -
CMYK 0 0.29 0 0.72
HSL 300º 0.17% 0.24% -
HSV(B) 300º 0.29% 0.28% -
XYZ 5.03 4.21 6.68 -
YUV 59.67 134.96 136.79 -
System Red Green Blue C M Y K H S L
Decimal 72 51 72 0 0.29 0 0.72 300 0.17 0.24
Hex 48 33 48 0 1D 0 48 12C 11 18
Octal 110 63 110 0 35 0 110 454 21 30
Binary 1001000 110011 1001000 0 11101 0 1001000 100101100 10001 11000

Color Harmonies of #483348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483348

Black with #483348

Text Example


Text Example

White with #483348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483348; }

 p { color: rgb(72,51,72); }

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

background-color css

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

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

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

border-color css

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

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

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