Html Css Color HEX #417AA5 Steel Blue

📋 copy color: '#417AA5'

red 65 ◦ green 122 ◦ blue 165

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

Shades of Steel Blue #417AA5

Tints of Steel Blue #417AA5

RGB

 RED value IS 65 (25.78% from 255) = 18.47%

 GREEN value IS 122 (48.05% from 255) = 34.66%

 BLUE value IS 165 (64.84% from 255) = 46.88%

R = 18.47%
G = 34.66%
B = 46.88%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#417AA5 (or 0x417AA5) is known color: Steel Blue. HEX triplet: 41, 7A and A5. RGB value is (65,122,165). Sum of RGB (Red+Green+Blue) = 65+122+165=352 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.47% from 352); Green value is 122 (48.05% from 255 or 34.66% from 352); Blue value is 165 (64.84% from 255 or 46.88% from 352); Max value from RGB is 165 - color contains mainly: blue. Hex color #417AA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417AA5 is #BE855A. Grayscale: #6D6D6D. Windows color (decimal): -12485979 or 10844737. OLE color: 10844737.

HSL color Cylindrical-coordinate representation of color #417AA5: hue angle of 205.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #417AA5 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 122 165 -
CMYK 0.61 0.26 0 0.35
HSL 205.8º 0.43% 0.45% -
HSV(B) 205.8º 0.61% 0.65% -
XYZ 15.93 17.76 38.19 -
YUV 109.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 65 122 165 0.61 0.26 0 0.35 205.8 0.43 0.45
Hex 41 7A A5 3D 1A 0 23 CE 2B 2D
Octal 101 172 245 75 32 0 43 316 53 55
Binary 1000001 1111010 10100101 111101 11010 0 100011 11001110 101011 101101

Color Harmonies of #417AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417AA5

Black with #417AA5

Text Example


Text Example

White with #417AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #417AA5;
 }
 .AnyTagClassName
 {
   color: #417AA5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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