#4B344D

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

Shades of Bossanova #4B344D

Tints of Bossanova #4B344D

Color information

#4B344D (or 0x4B344D) is unknown color: approx Bossanova. HEX triplet: 4B, 34 and 4D. RGB value is (75,52,77). Sum of RGB (Red+Green+Blue) = 75+52+77=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 77 - color contains mainly: blue. Hex color #4B344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B344D is #B4CBB2. Grayscale: #3D3D3D. Windows color (decimal): -11848627 or 5059659. OLE color: 5059659.

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

Color convert

RGB755277-
CMYK0.030.3200.70
HSL295.2º19.38%25.29%-
HSV(B)295.2º32.47%30.2%-
XYZ5.474.497.6-
YUV61.73136.62137.47-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.76%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 77 (30.47% from 255) = 37.75%
R=36.76%
G=25.49%
B=37.75%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7552770.030.3200.70295.219.3825.29
Hex4B344D3200461271319
Octal1136411534001064472331
Binary1001011110100100110111100000010001101001001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,52,77); }

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

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

 a { background-color: rgb(75,52,77); }

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

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

 span { border-color: rgb(75,52,77); }

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