Html Css Color HEX #483D4C Bossanova

📋 copy color: '#483D4C'

red 72 ◦ green 61 ◦ blue 76

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

Shades of Bossanova #483D4C

Tints of Bossanova #483D4C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.19%

 BLUE value IS 76 (30.08% from 255) = 36.36%

R = 34.45%
G = 29.19%
B = 36.36%

CMYK

 C value IS 0.05

 M value IS 0.20

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#483D4C (or 0x483D4C) is known color: Bossanova. HEX triplet: 48, 3D and 4C. RGB value is (72,61,76). Sum of RGB (Red+Green+Blue) = 72+61+76=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 76 (30.08% from 255 or 36.36% from 209); Max value from RGB is 76 - color contains mainly: blue. Hex color #483D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483D4C is #B7C2B3. Grayscale: #414141. Windows color (decimal): -12042932 or 4996424. OLE color: 4996424.

HSL color Cylindrical-coordinate representation of color #483D4C: hue angle of 284º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #483D4C is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 61 76 -
CMYK 0.05 0.20 0 0.70
HSL 284º 0.11% 0.27% -
HSV(B) 284º 0.2% 0.3% -
XYZ 5.65 5.24 7.55 -
YUV 66 133.64 132.28 -
System Red Green Blue C M Y K H S L
Decimal 72 61 76 0.05 0.20 0 0.70 284 0.11 0.27
Hex 48 3D 4C 5 14 0 46 11C B 1B
Octal 110 75 114 5 24 0 106 434 13 33
Binary 1001000 111101 1001100 101 10100 0 1000110 100011100 1011 11011

Color Harmonies of #483D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D4C

Black with #483D4C

Text Example


Text Example

White with #483D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #483D4C; }

 p { color: rgb(72,61,76); }

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

background-color css

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

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

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

border-color css

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

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

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