#414A4D

Color #414A4D Atomic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atomic #414A4D

Tints of Atomic #414A4D

Color information

#414A4D (or 0x414A4D) is unknown color: approx Atomic. HEX triplet: 41, 4A and 4D. RGB value is (65,74,77). Sum of RGB (Red+Green+Blue) = 65+74+77=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 77 - color contains mainly: blue. Hex color #414A4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414A4D is #BEB5B2. Grayscale: #474747. Windows color (decimal): -12498355 or 5065281. OLE color: 5065281.

HSL color Cylindrical-coordinate representation of color #414A4D: hue angle of 195º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #414A4D is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB657477-
CMYK0.160.0400.70
HSL195º8.45%27.84%-
HSV(B)195º15.58%30.2%-
XYZ5.976.567.97-
YUV71.65131.02123.26-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=30.09%
G=34.26%
B=35.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6574770.160.0400.701958.4527.84
Hex414A4D104046c381c
Octal10111211520401063031034
Binary100000110010101001101100001000100011011000011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414A4D; }

 p { color: rgb(65,74,77); }

 H1.HeaderClassName
 {
   color: #414A4D;
 }
 .AnyTagClassName
 {
   color: #414A4D;
 }
</style>
background-color css

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

 a { background-color: rgb(65,74,77); }

 div.DivClassName
 {
   background-color: #414A4D;
 }
 .BgClassName
 {
   background-color: #414A4D;
 }
</style>
border-color css

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

 span { border-color: rgb(65,74,77); }

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