#4B454F

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

Shades of Bossanova #4B454F

Tints of Bossanova #4B454F

Color information

#4B454F (or 0x4B454F) is unknown color: approx Bossanova. HEX triplet: 4B, 45 and 4F. RGB value is (75,69,79). Sum of RGB (Red+Green+Blue) = 75+69+79=223 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.63% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B454F is #B4BAB0. Grayscale: #474747. Windows color (decimal): -11844273 or 5195083. OLE color: 5195083.

HSL color Cylindrical-coordinate representation of color #4B454F: hue angle of 276º 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 #4B454F is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB756979-
CMYK0.050.1300.69
HSL276º6.76%29.02%-
HSV(B)276º12.66%30.98%-
XYZ6.446.328.28-
YUV71.93131.99130.19-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.63%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 79 (31.25% from 255) = 35.43%
R=33.63%
G=30.94%
B=35.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7569790.050.1300.692766.7629.02
Hex4B454F5D04511471d
Octal1131051175150105424735
Binary10010111000101100111110111010100010110001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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