#4A384F

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

Shades of Bossanova #4A384F

Tints of Bossanova #4A384F

Color information

#4A384F (or 0x4A384F) is unknown color: approx Bossanova. HEX triplet: 4A, 38 and 4F. RGB value is (74,56,79). Sum of RGB (Red+Green+Blue) = 74+56+79=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A384F is #B5C7B0. Grayscale: #3F3F3F. Windows color (decimal): -11913137 or 5191754. OLE color: 5191754.

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

Color convert

RGB745679-
CMYK0.060.2900.69
HSL286.96º17.04%26.47%-
HSV(B)286.96º29.11%30.98%-
XYZ5.654.858.04-
YUV64136.46135.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.41%
GREEN value IS 56 (22.27% from 255) = 26.79%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=35.41%
G=26.79%
B=37.80%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7456790.060.2900.69286.9617.0426.47
Hex4A384F61D04511f111a
Octal1127011763501054372132
Binary1001010111000100111111011101010001011000111111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,56,79); }

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

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

 a { background-color: rgb(74,56,79); }

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

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

 span { border-color: rgb(74,56,79); }

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