Html Css Color HEX #394949 Blue Dianne

📋 copy color: '#394949'

red 57 ◦ green 73 ◦ blue 73

#394949
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Dianne #394949

Tints of Blue Dianne #394949

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 value IS 0.22

 M value IS 0

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#394949 (or 0x394949) is known color: 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

RGB 57 73 73 -
CMYK 0.22 0 0 0.71
HSL 180º 0.12% 0.25% -
HSV(B) 180º 0.22% 0.29% -
XYZ 5.27 6.12 7.21 -
YUV 68.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 57 73 73 0.22 0 0 0.71 180 0.12 0.25
Hex 39 49 49 16 0 0 47 B4 C 19
Octal 71 111 111 26 0 0 107 264 14 31
Binary 111001 1001001 1001001 10110 0 0 1000111 10110100 1100 11001

Color Harmonies of #394949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394949

Black with #394949

Text Example


Text Example

White with #394949

Text Example


Text Example

HTML Codes & Css Web 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>