#394949

Color #394949 Blue Dianne (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Dianne #394949

Tints of Blue Dianne #394949

Color information

#394949 (or 0x394949) is unknown color: approx Blue Dianne. HEX triplet: 39, 49 and 49. RGB value is (57,73,73). Sum of RGB (Red+Green+Blue) = 57+73+73=203 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.08% from 203); Green value is 73 (28.91% from 255 or 35.96% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #394949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394949 is #C6B6B6. Grayscale: #444444. Windows color (decimal): -13022903 or 4802873. OLE color: 4802873.

HSL color Cylindrical-coordinate representation of color #394949: hue angle of 180º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #394949 is Cyan = 0.22, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB577373-
CMYK0.22000.71
HSL180º12.31%25.49%-
HSV(B)180º21.92%28.63%-
XYZ5.276.127.21-
YUV68.22130.7120-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.08%
GREEN value IS 73 (28.91% from 255) = 35.96%
BLUE value IS 73 (28.91% from 255) = 35.96%
R=28.08%
G=35.96%
B=35.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5773730.22000.7118012.3125.49
Hex394949160047b4c19
Octal7111111126001072641431
Binary111001100100110010011011000100011110110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394949; }

 p { color: rgb(57,73,73); }

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

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

 a { background-color: rgb(57,73,73); }

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

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

 span { border-color: rgb(57,73,73); }

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