#414F57

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

Shades of Atomic #414F57

Tints of Atomic #414F57

Color information

#414F57 (or 0x414F57) is unknown color: approx Atomic. HEX triplet: 41, 4F and 57. RGB value is (65,79,87). Sum of RGB (Red+Green+Blue) = 65+79+87=231 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.14% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 87 - color contains mainly: blue. Hex color #414F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #414F57 is #BEB0A8. Grayscale: #4B4B4B. Windows color (decimal): -12497065 or 5721921. OLE color: 5721921.

HSL color Cylindrical-coordinate representation of color #414F57: hue angle of 201.82º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #414F57 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB657987-
CMYK0.250.0900.66
HSL201.82º14.47%29.8%-
HSV(B)201.82º25.29%34.12%-
XYZ6.77.410.09-
YUV75.73134.36120.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.14%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=28.14%
G=34.20%
B=37.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6579870.250.0900.66201.8214.4729.8
Hex414F57199042cae1e
Octal101117127311101023121636
Binary1000001100111110101111100110010100001011001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,79,87); }

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

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

 a { background-color: rgb(65,79,87); }

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

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

 span { border-color: rgb(65,79,87); }

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