Html Css Color HEX #4B3F50 Bossanova

📋 copy color: '#4B3F50'

red 75 ◦ green 63 ◦ blue 80

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

Shades of Bossanova #4B3F50

Tints of Bossanova #4B3F50

RGB

 RED value IS 75 (29.69% from 255) = 34.4%

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

 BLUE value IS 80 (31.64% from 255) = 36.7%

R = 34.4%
G = 28.9%
B = 36.7%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B3F50 (or 0x4B3F50) is known color: Bossanova. HEX triplet: 4B, 3F and 50. RGB value is (75,63,80). Sum of RGB (Red+Green+Blue) = 75+63+80=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 63 (25% from 255 or 28.90% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B3F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3F50 is #B4C0AF. Grayscale: #444444. Windows color (decimal): -11845808 or 5259083. OLE color: 5259083.

HSL color Cylindrical-coordinate representation of color #4B3F50: hue angle of 282.35º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #4B3F50 is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 75 63 80 -
CMYK 0.06 0.21 0 0.69
HSL 282.35º 0.12% 0.28% -
HSV(B) 282.35º 0.21% 0.31% -
XYZ 6.13 5.63 8.35 -
YUV 68.53 134.48 132.62 -
System Red Green Blue C M Y K H S L
Decimal 75 63 80 0.06 0.21 0 0.69 282.35 0.12 0.28
Hex 4B 3F 50 6 15 0 45 11A C 1C
Octal 113 77 120 6 25 0 105 432 14 34
Binary 1001011 111111 1010000 110 10101 0 1000101 100011010 1100 11100

Color Harmonies of #4B3F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3F50

Black with #4B3F50

Text Example


Text Example

White with #4B3F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B3F50; }

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

 H1.HeaderClassName
 {
   color: #4B3F50;
 }
 .AnyTagClassName
 {
   color: #4B3F50;
 }
</style>

background-color css

<style>
 a { background-color: #4B3F50; }

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

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

border-color css

<style>
 span { border-color: #4B3F50; }

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

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