Html Css Color HEX #474C4E Atomic

📋 copy color: '#474C4E'

red 71 ◦ green 76 ◦ blue 78

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

Shades of Atomic #474C4E

Tints of Atomic #474C4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 34.67%

R = 31.56%
G = 33.78%
B = 34.67%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#474C4E (or 0x474C4E) is known color: Atomic. HEX triplet: 47, 4C and 4E. RGB value is (71,76,78). Sum of RGB (Red+Green+Blue) = 71+76+78=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 78 - color contains mainly: blue. Hex color #474C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474C4E is #B8B3B1. Grayscale: #4A4A4A. Windows color (decimal): -12104626 or 5131335. OLE color: 5131335.

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

Color convert

RGB 71 76 78 -
CMYK 0.09 0.03 0 0.69
HSL 197.14º 0.05% 0.29% -
HSV(B) 197.14º 0.09% 0.31% -
XYZ 6.56 7.06 8.22 -
YUV 74.73 129.84 125.34 -
System Red Green Blue C M Y K H S L
Decimal 71 76 78 0.09 0.03 0 0.69 197.14 0.05 0.29
Hex 47 4C 4E 9 3 0 45 C5 5 1D
Octal 107 114 116 11 3 0 105 305 5 35
Binary 1000111 1001100 1001110 1001 11 0 1000101 11000101 101 11101

Color Harmonies of #474C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474C4E

Black with #474C4E

Text Example


Text Example

White with #474C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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