Html Css Color HEX #474C4F Atomic

📋 copy color: '#474C4F'

red 71 ◦ green 76 ◦ blue 79

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

Shades of Atomic #474C4F

Tints of Atomic #474C4F

RGB

 RED value IS 71 (28.13% from 255) = 31.42%

 GREEN value IS 76 (30.08% from 255) = 33.63%

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

R = 31.42%
G = 33.63%
B = 34.96%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#474C4F (or 0x474C4F) is known color: Atomic. HEX triplet: 47, 4C and 4F. RGB value is (71,76,79). Sum of RGB (Red+Green+Blue) = 71+76+79=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 76 (30.08% from 255 or 33.63% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 79 - color contains mainly: blue. Hex color #474C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C4F is #B8B3B0. Grayscale: #4A4A4A. Windows color (decimal): -12104625 or 5196871. OLE color: 5196871.

HSL color Cylindrical-coordinate representation of color #474C4F: hue angle of 202.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #474C4F is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 76 79 -
CMYK 0.10 0.04 0 0.69
HSL 202.5º 0.05% 0.29% -
HSV(B) 202.5º 0.1% 0.31% -
XYZ 6.59 7.07 8.41 -
YUV 74.85 130.34 125.26 -
System Red Green Blue C M Y K H S L
Decimal 71 76 79 0.10 0.04 0 0.69 202.5 0.05 0.29
Hex 47 4C 4F A 4 0 45 CA 5 1D
Octal 107 114 117 12 4 0 105 312 5 35
Binary 1000111 1001100 1001111 1010 100 0 1000101 11001010 101 11101

Color Harmonies of #474C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C4F

Black with #474C4F

Text Example


Text Example

White with #474C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474C4F; }

 p { color: rgb(71,76,79); }

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

background-color css

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

 a { background-color: rgb(71,76,79); }

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

border-color css

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

 span { border-color: rgb(71,76,79); }

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