Html Css Color HEX #3F494F Atomic

📋 copy color: '#3F494F'

red 63 ◦ green 73 ◦ blue 79

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

Shades of Atomic #3F494F

Tints of Atomic #3F494F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.74%

R = 29.3%
G = 33.95%
B = 36.74%

CMYK

 C value IS 0.20

 M value IS 0.08

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3F494F (or 0x3F494F) is known color: Atomic. HEX triplet: 3F, 49 and 4F. RGB value is (63,73,79). Sum of RGB (Red+Green+Blue) = 63+73+79=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F494F is #C0B6B0. Grayscale: #464646. Windows color (decimal): -12629681 or 5196095. OLE color: 5196095.

HSL color Cylindrical-coordinate representation of color #3F494F: hue angle of 202.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F494F is Cyan = 0.20, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 63 73 79 -
CMYK 0.20 0.08 0 0.69
HSL 202.5º 0.11% 0.28% -
HSV(B) 202.5º 0.2% 0.31% -
XYZ 5.84 6.39 8.32 -
YUV 70.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 63 73 79 0.20 0.08 0 0.69 202.5 0.11 0.28
Hex 3F 49 4F 14 8 0 45 CA B 1C
Octal 77 111 117 24 10 0 105 312 13 34
Binary 111111 1001001 1001111 10100 1000 0 1000101 11001010 1011 11100

Color Harmonies of #3F494F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F494F

Black with #3F494F

Text Example


Text Example

White with #3F494F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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