Html Css Color HEX #3F494D Atomic

📋 copy color: '#3F494D'

red 63 ◦ green 73 ◦ blue 77

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

Shades of Atomic #3F494D

Tints of Atomic #3F494D

RGB

 RED value IS 63 (25% from 255) = 29.58%

 GREEN value IS 73 (28.91% from 255) = 34.27%

 BLUE value IS 77 (30.47% from 255) = 36.15%

R = 29.58%
G = 34.27%
B = 36.15%

CMYK

 C value IS 0.18

 M value IS 0.05

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#3F494D (or 0x3F494D) is known color: Atomic. HEX triplet: 3F, 49 and 4D. RGB value is (63,73,77). Sum of RGB (Red+Green+Blue) = 63+73+77=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 73 (28.91% from 255 or 34.27% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 77 - color contains mainly: blue. Hex color #3F494D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F494D is #C0B6B2. Grayscale: #464646. Windows color (decimal): -12629683 or 5065023. OLE color: 5065023.

HSL color Cylindrical-coordinate representation of color #3F494D: hue angle of 197.14º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F494D is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 63 73 77 -
CMYK 0.18 0.05 0 0.70
HSL 197.14º 0.1% 0.27% -
HSV(B) 197.14º 0.18% 0.3% -
XYZ 5.77 6.36 7.94 -
YUV 70.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 63 73 77 0.18 0.05 0 0.70 197.14 0.1 0.27
Hex 3F 49 4D 12 5 0 46 C5 A 1B
Octal 77 111 115 22 5 0 106 305 12 33
Binary 111111 1001001 1001101 10010 101 0 1000110 11000101 1010 11011

Color Harmonies of #3F494D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F494D

Black with #3F494D

Text Example


Text Example

White with #3F494D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F494D; }

 p { color: rgb(63,73,77); }

 H1.HeaderClassName
 {
   color: #3F494D;
 }
 .AnyTagClassName
 {
   color: #3F494D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #3F494D;
 }
 .BgClassName
 {
   background-color: #3F494D;
 }
</style>

border-color css

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

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

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