#4B434C

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

Shades of Bossanova #4B434C

Tints of Bossanova #4B434C

Color information

#4B434C (or 0x4B434C) is unknown color: approx Bossanova. HEX triplet: 4B, 43 and 4C. RGB value is (75,67,76). Sum of RGB (Red+Green+Blue) = 75+67+76=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B434C is #B4BCB3. Grayscale: #464646. Windows color (decimal): -11844788 or 4997963. OLE color: 4997963.

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

Color convert

RGB756776-
CMYK0.010.1200.70
HSL293.33º6.29%28.04%-
HSV(B)293.33º11.84%29.8%-
XYZ6.216.037.67-
YUV70.42131.15131.27-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.40%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=34.40%
G=30.73%
B=34.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7567760.010.1200.70293.336.2928.04
Hex4B434C1C04612561c
Octal1131031141140106445634
Binary100101110000111001100111000100011010010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B434C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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