Html Css Color HEX #483C4D Bossanova

📋 copy color: '#483C4D'

red 72 ◦ green 60 ◦ blue 77

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

Shades of Bossanova #483C4D

Tints of Bossanova #483C4D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.71%

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

R = 34.45%
G = 28.71%
B = 36.84%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#483C4D (or 0x483C4D) is known color: Bossanova. HEX triplet: 48, 3C and 4D. RGB value is (72,60,77). Sum of RGB (Red+Green+Blue) = 72+60+77=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 60 (23.83% from 255 or 28.71% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 77 - color contains mainly: blue. Hex color #483C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #483C4D is #B7C3B2. Grayscale: #414141. Windows color (decimal): -12043187 or 5061704. OLE color: 5061704.

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

Color convert

RGB 72 60 77 -
CMYK 0.06 0.22 0 0.70
HSL 282.35º 0.12% 0.27% -
HSV(B) 282.35º 0.22% 0.3% -
XYZ 5.63 5.15 7.72 -
YUV 65.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 72 60 77 0.06 0.22 0 0.70 282.35 0.12 0.27
Hex 48 3C 4D 6 16 0 46 11A C 1B
Octal 110 74 115 6 26 0 106 432 14 33
Binary 1001000 111100 1001101 110 10110 0 1000110 100011010 1100 11011

Color Harmonies of #483C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483C4D

Black with #483C4D

Text Example


Text Example

White with #483C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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