#417B5D

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

Shades of Amazon #417B5D

Tints of Amazon #417B5D

Color information

#417B5D (or 0x417B5D) is unknown color: approx Amazon. HEX triplet: 41, 7B and 5D. RGB value is (65,123,93). Sum of RGB (Red+Green+Blue) = 65+123+93=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 123 (48.44% from 255 or 43.77% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 123 - color contains mainly: green. Hex color #417B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B5D is #BE84A2. Grayscale: #666666. Windows color (decimal): -12485795 or 6126401. OLE color: 6126401.

HSL color Cylindrical-coordinate representation of color #417B5D: hue angle of 148.97º degrees, saturation: 0.31, 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 #417B5D is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB6512393-
CMYK0.4700.240.52
HSL148.97º30.85%36.86%-
HSV(B)148.97º47.15%48.24%-
XYZ11.2416.0812.87-
YUV102.24122.78101.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.13%
GREEN value IS 123 (48.44% from 255) = 43.77%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=23.13%
G=43.77%
B=33.10%

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
Decimal65123930.4700.240.52148.9730.8536.86
Hex417B5D2F01834951f25
Octal10117313557030642253745
Binary1000001111101110111011011110110001101001001010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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