Html Css Color HEX #4B3E50 Bossanova

📋 copy color: '#4B3E50'

red 75 ◦ green 62 ◦ blue 80

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

Shades of Bossanova #4B3E50

Tints of Bossanova #4B3E50

RGB

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

 GREEN value IS 62 (24.61% from 255) = 28.57%

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

R = 34.56%
G = 28.57%
B = 36.87%

CMYK

 C value IS 0.06

 M value IS 0.22

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B3E50 (or 0x4B3E50) is known color: Bossanova. HEX triplet: 4B, 3E and 50. RGB value is (75,62,80). Sum of RGB (Red+Green+Blue) = 75+62+80=217 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.56% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 80 - color contains mainly: blue. Hex color #4B3E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3E50 is #B4C1AF. Grayscale: #434343. Windows color (decimal): -11846064 or 5258827. OLE color: 5258827.

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

Color convert

RGB 75 62 80 -
CMYK 0.06 0.22 0 0.69
HSL 283.33º 0.13% 0.28% -
HSV(B) 283.33º 0.23% 0.31% -
XYZ 6.07 5.52 8.33 -
YUV 67.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 75 62 80 0.06 0.22 0 0.69 283.33 0.13 0.28
Hex 4B 3E 50 6 16 0 45 11B D 1C
Octal 113 76 120 6 26 0 105 433 15 34
Binary 1001011 111110 1010000 110 10110 0 1000101 100011011 1101 11100

Color Harmonies of #4B3E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3E50

Black with #4B3E50

Text Example


Text Example

White with #4B3E50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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