#4B444E

Color #4B444E Bossanova (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bossanova #4B444E

Tints of Bossanova #4B444E

Color information

#4B444E (or 0x4B444E) is unknown color: approx Bossanova. HEX triplet: 4B, 44 and 4E. RGB value is (75,68,78). Sum of RGB (Red+Green+Blue) = 75+68+78=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B444E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B444E is #B4BBB1. Grayscale: #474747. Windows color (decimal): -11844530 or 5129291. OLE color: 5129291.

HSL color Cylindrical-coordinate representation of color #4B444E: hue angle of 282º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B444E is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB756878-
CMYK0.040.1300.69
HSL282º6.85%28.63%-
HSV(B)282º12.82%30.59%-
XYZ6.346.188.07-
YUV71.23131.82130.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.94%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=33.94%
G=30.77%
B=35.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7568780.040.1300.692826.8528.63
Hex4B444E4D04511a71d
Octal1131041164150105432735
Binary10010111000100100111010011010100010110001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B444E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,68,78); }

 H1.HeaderClassName
 {
   color: #4B444E;
 }
 .AnyTagClassName
 {
   color: #4B444E;
 }
</style>
background-color css

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

 a { background-color: rgb(75,68,78); }

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

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

 span { border-color: rgb(75,68,78); }

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