Html Css Color HEX #483D4D Bossanova

📋 copy color: '#483D4D'

red 72 ◦ green 61 ◦ blue 77

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

Shades of Bossanova #483D4D

Tints of Bossanova #483D4D

RGB

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

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

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

R = 34.29%
G = 29.05%
B = 36.67%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#483D4D (or 0x483D4D) is known color: Bossanova. HEX triplet: 48, 3D and 4D. RGB value is (72,61,77). Sum of RGB (Red+Green+Blue) = 72+61+77=210 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.29% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #483D4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483D4D is #B7C2B2. Grayscale: #424242. Windows color (decimal): -12042931 or 5061960. OLE color: 5061960.

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

Color convert

RGB 72 61 77 -
CMYK 0.06 0.21 0 0.70
HSL 281.25º 0.12% 0.27% -
HSV(B) 281.25º 0.21% 0.3% -
XYZ 5.68 5.25 7.74 -
YUV 66.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 72 61 77 0.06 0.21 0 0.70 281.25 0.12 0.27
Hex 48 3D 4D 6 15 0 46 119 C 1B
Octal 110 75 115 6 25 0 106 431 14 33
Binary 1001000 111101 1001101 110 10101 0 1000110 100011001 1100 11011

Color Harmonies of #483D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483D4D

Black with #483D4D

Text Example


Text Example

White with #483D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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