Html Css Color HEX #4B394F Bossanova

📋 copy color: '#4B394F'

red 75 ◦ green 57 ◦ blue 79

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

Shades of Bossanova #4B394F

Tints of Bossanova #4B394F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.01%

 BLUE value IS 79 (31.25% from 255) = 37.44%

R = 35.55%
G = 27.01%
B = 37.44%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B394F (or 0x4B394F) is known color: Bossanova. HEX triplet: 4B, 39 and 4F. RGB value is (75,57,79). Sum of RGB (Red+Green+Blue) = 75+57+79=211 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.55% from 211); Green value is 57 (22.66% from 255 or 27.01% from 211); Blue value is 79 (31.25% from 255 or 37.44% from 211); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B394F is #B4C6B0. Grayscale: #404040. Windows color (decimal): -11847345 or 5192011. OLE color: 5192011.

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

Color convert

RGB 75 57 79 -
CMYK 0.05 0.28 0 0.69
HSL 289.09º 0.16% 0.27% -
HSV(B) 289.09º 0.28% 0.31% -
XYZ 5.78 4.99 8.06 -
YUV 64.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 75 57 79 0.05 0.28 0 0.69 289.09 0.16 0.27
Hex 4B 39 4F 5 1C 0 45 121 10 1B
Octal 113 71 117 5 34 0 105 441 20 33
Binary 1001011 111001 1001111 101 11100 0 1000101 100100001 10000 11011

Color Harmonies of #4B394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B394F

Black with #4B394F

Text Example


Text Example

White with #4B394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,57,79); }

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

background-color css

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

 a { background-color: rgb(75,57,79); }

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

border-color css

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

 span { border-color: rgb(75,57,79); }

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