#414B4D

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

Shades of Atomic #414B4D

Tints of Atomic #414B4D

Color information

#414B4D (or 0x414B4D) is unknown color: approx Atomic. HEX triplet: 41, 4B and 4D. RGB value is (65,75,77). Sum of RGB (Red+Green+Blue) = 65+75+77=217 (28% of max value = 765). Red value is 65 (25.78% from 255 or 29.95% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 77 - color contains mainly: blue. Hex color #414B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414B4D is #BEB4B2. Grayscale: #484848. Windows color (decimal): -12498099 or 5065537. OLE color: 5065537.

HSL color Cylindrical-coordinate representation of color #414B4D: hue angle of 190º 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 #414B4D is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB657577-
CMYK0.160.0300.70
HSL190º8.45%27.84%-
HSV(B)190º15.58%30.2%-
XYZ6.046.697.99-
YUV72.24130.69122.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.95%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=29.95%
G=34.56%
B=35.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6575770.160.0300.701908.4527.84
Hex414B4D103046be81c
Octal10111311520301062761034
Binary10000011001011100110110000110100011010111110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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