Html Css Color HEX #417B5D Amazon

📋 copy color: '#417B5D'

red 65 ◦ green 123 ◦ blue 93

#417B5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #417B5D

Tints of Amazon #417B5D

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.1%

R = 23.13%
G = 43.77%
B = 33.1%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#417B5D (or 0x417B5D) is known color: 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

RGB 65 123 93 -
CMYK 0.47 0 0.24 0.52
HSL 148.97º 0.31% 0.37% -
HSV(B) 148.97º 0.47% 0.48% -
XYZ 11.24 16.08 12.87 -
YUV 102.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 65 123 93 0.47 0 0.24 0.52 148.97 0.31 0.37
Hex 41 7B 5D 2F 0 18 34 95 1F 25
Octal 101 173 135 57 0 30 64 225 37 45
Binary 1000001 1111011 1011101 101111 0 11000 110100 10010101 11111 100101

Color Harmonies of #417B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417B5D

Black with #417B5D

Text Example


Text Example

White with #417B5D

Text Example


Text Example

HTML Codes & Css Web 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>