Html Css Color HEX #424749 Atomic

📋 copy color: '#424749'

red 66 ◦ green 71 ◦ blue 73

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

Shades of Atomic #424749

Tints of Atomic #424749

RGB

 RED value IS 66 (26.17% from 255) = 31.43%

 GREEN value IS 71 (28.13% from 255) = 33.81%

 BLUE value IS 73 (28.91% from 255) = 34.76%

R = 31.43%
G = 33.81%
B = 34.76%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#424749 (or 0x424749) is known color: Atomic. HEX triplet: 42, 47 and 49. RGB value is (66,71,73). Sum of RGB (Red+Green+Blue) = 66+71+73=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 71 (28.12% from 255 or 33.81% from 210); Blue value is 73 (28.91% from 255 or 34.76% from 210); Max value from RGB is 73 - color contains mainly: blue. Hex color #424749 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424749 is #BDB8B6. Grayscale: #454545. Windows color (decimal): -12433591 or 4802370. OLE color: 4802370.

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

Color convert

RGB 66 71 73 -
CMYK 0.10 0.03 0 0.71
HSL 197.14º 0.05% 0.27% -
HSV(B) 197.14º 0.1% 0.29% -
XYZ 5.7 6.15 7.19 -
YUV 69.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 66 71 73 0.10 0.03 0 0.71 197.14 0.05 0.27
Hex 42 47 49 A 3 0 47 C5 5 1B
Octal 102 107 111 12 3 0 107 305 5 33
Binary 1000010 1000111 1001001 1010 11 0 1000111 11000101 101 11011

Color Harmonies of #424749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424749

Black with #424749

Text Example


Text Example

White with #424749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424749; }

 p { color: rgb(66,71,73); }

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

background-color css

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

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

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

border-color css

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

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

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