Html Css Color HEX #4B394C Bossanova

📋 copy color: '#4B394C'

red 75 ◦ green 57 ◦ blue 76

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

Shades of Bossanova #4B394C

Tints of Bossanova #4B394C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.54%

R = 36.06%
G = 27.4%
B = 36.54%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4B394C (or 0x4B394C) is known color: Bossanova. HEX triplet: 4B, 39 and 4C. RGB value is (75,57,76). Sum of RGB (Red+Green+Blue) = 75+57+76=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 57 (22.66% from 255 or 27.40% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B394C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B394C is #B4C6B3. Grayscale: #404040. Windows color (decimal): -11847348 or 4995403. OLE color: 4995403.

HSL color Cylindrical-coordinate representation of color #4B394C: hue angle of 296.84º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4B394C is Cyan = 0.01, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 75 57 76 -
CMYK 0.01 0.25 0 0.70
HSL 296.84º 0.14% 0.26% -
HSV(B) 296.84º 0.25% 0.3% -
XYZ 5.67 4.94 7.49 -
YUV 64.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 75 57 76 0.01 0.25 0 0.70 296.84 0.14 0.26
Hex 4B 39 4C 1 19 0 46 129 E 1A
Octal 113 71 114 1 31 0 106 451 16 32
Binary 1001011 111001 1001100 1 11001 0 1000110 100101001 1110 11010

Color Harmonies of #4B394C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B394C

Black with #4B394C

Text Example


Text Example

White with #4B394C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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