Html Css Color HEX #483A4B Bossanova

📋 copy color: '#483A4B'

red 72 ◦ green 58 ◦ blue 75

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

Shades of Bossanova #483A4B

Tints of Bossanova #483A4B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.29%

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

R = 35.12%
G = 28.29%
B = 36.59%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#483A4B (or 0x483A4B) is known color: Bossanova. HEX triplet: 48, 3A and 4B. RGB value is (72,58,75). Sum of RGB (Red+Green+Blue) = 72+58+75=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 75 - color contains mainly: blue. Hex color #483A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A4B is #B7C5B4. Grayscale: #404040. Windows color (decimal): -12043701 or 4930120. OLE color: 4930120.

HSL color Cylindrical-coordinate representation of color #483A4B: hue angle of 289.41º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #483A4B is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 72 58 75 -
CMYK 0.04 0.23 0 0.71
HSL 289.41º 0.13% 0.26% -
HSV(B) 289.41º 0.23% 0.29% -
XYZ 5.46 4.91 7.32 -
YUV 64.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 72 58 75 0.04 0.23 0 0.71 289.41 0.13 0.26
Hex 48 3A 4B 4 17 0 47 121 D 1A
Octal 110 72 113 4 27 0 107 441 15 32
Binary 1001000 111010 1001011 100 10111 0 1000111 100100001 1101 11010

Color Harmonies of #483A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483A4B

Black with #483A4B

Text Example


Text Example

White with #483A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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