Html Css Color HEX #483B4D Bossanova

📋 copy color: '#483B4D'

red 72 ◦ green 59 ◦ blue 77

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

Shades of Bossanova #483B4D

Tints of Bossanova #483B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.37%

 BLUE value IS 77 (30.47% from 255) = 37.02%

R = 34.62%
G = 28.37%
B = 37.02%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#483B4D (or 0x483B4D) is known color: Bossanova. HEX triplet: 48, 3B and 4D. RGB value is (72,59,77). Sum of RGB (Red+Green+Blue) = 72+59+77=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 59 (23.44% from 255 or 28.37% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #483B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483B4D is #B7C4B2. Grayscale: #404040. Windows color (decimal): -12043443 or 5061448. OLE color: 5061448.

HSL color Cylindrical-coordinate representation of color #483B4D: hue angle of 283.33º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #483B4D is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 59 77 -
CMYK 0.06 0.23 0 0.70
HSL 283.33º 0.13% 0.27% -
HSV(B) 283.33º 0.23% 0.3% -
XYZ 5.58 5.04 7.7 -
YUV 64.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 72 59 77 0.06 0.23 0 0.70 283.33 0.13 0.27
Hex 48 3B 4D 6 17 0 46 11B D 1B
Octal 110 73 115 6 27 0 106 433 15 33
Binary 1001000 111011 1001101 110 10111 0 1000110 100011011 1101 11011

Color Harmonies of #483B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483B4D

Black with #483B4D

Text Example


Text Example

White with #483B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,59,77); }

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

background-color css

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

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

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

border-color css

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

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

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