Html Css Color HEX #483F4B Bossanova

📋 copy color: '#483F4B'

red 72 ◦ green 63 ◦ blue 75

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

Shades of Bossanova #483F4B

Tints of Bossanova #483F4B

RGB

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

 GREEN value IS 63 (25% from 255) = 30%

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

R = 34.29%
G = 30%
B = 35.71%

CMYK

 C value IS 0.04

 M value IS 0.16

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#483F4B (or 0x483F4B) is known color: Bossanova. HEX triplet: 48, 3F and 4B. RGB value is (72,63,75). Sum of RGB (Red+Green+Blue) = 72+63+75=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 75 - color contains mainly: blue. Hex color #483F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F4B is #B7C0B4. Grayscale: #434343. Windows color (decimal): -12042421 or 4931400. OLE color: 4931400.

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

Color convert

RGB 72 63 75 -
CMYK 0.04 0.16 0 0.71
HSL 285º 0.09% 0.27% -
HSV(B) 285º 0.16% 0.29% -
XYZ 5.72 5.44 7.41 -
YUV 67.06 132.48 131.52 -
System Red Green Blue C M Y K H S L
Decimal 72 63 75 0.04 0.16 0 0.71 285 0.09 0.27
Hex 48 3F 4B 4 10 0 47 11D 9 1B
Octal 110 77 113 4 20 0 107 435 11 33
Binary 1001000 111111 1001011 100 10000 0 1000111 100011101 1001 11011

Color Harmonies of #483F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F4B

Black with #483F4B

Text Example


Text Example

White with #483F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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