#417A5D

Color #417A5D Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #417A5D

Tints of Amazon #417A5D

Color information

#417A5D (or 0x417A5D) is unknown color: approx Amazon. HEX triplet: 41, 7A and 5D. RGB value is (65,122,93). Sum of RGB (Red+Green+Blue) = 65+122+93=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 122 (48.05% from 255 or 43.57% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 122 - color contains mainly: green. Hex color #417A5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A5D is #BE85A2. Grayscale: #656565. Windows color (decimal): -12486051 or 6126145. OLE color: 6126145.

HSL color Cylindrical-coordinate representation of color #417A5D: hue angle of 149.47º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417A5D is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB6512293-
CMYK0.4700.240.52
HSL149.47º30.48%36.67%-
HSV(B)149.47º46.72%47.84%-
XYZ11.1215.8312.83-
YUV101.65123.12101.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 122 (48.05% from 255) = 43.57%
BLUE value IS 93 (36.72% from 255) = 33.21%
R=23.21%
G=43.57%
B=33.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65122930.4700.240.52149.4730.4836.67
Hex417A5D2F01834951e25
Octal10117213557030642253645
Binary1000001111101010111011011110110001101001001010111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417A5D; }

 p { color: rgb(65,122,93); }

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

<style>
 a { background-color: #417A5D; }

 a { background-color: rgb(65,122,93); }

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

<style>
 span { border-color: #417A5D; }

 span { border-color: rgb(65,122,93); }

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