Html Css Color HEX #417AA3 Steel Blue

📋 copy color: '#417AA3'

red 65 ◦ green 122 ◦ blue 163

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

Shades of Steel Blue #417AA3

Tints of Steel Blue #417AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 46.57%

R = 18.57%
G = 34.86%
B = 46.57%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#417AA3 (or 0x417AA3) is known color: Steel Blue. HEX triplet: 41, 7A and A3. RGB value is (65,122,163). Sum of RGB (Red+Green+Blue) = 65+122+163=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 163 (64.06% from 255 or 46.57% from 350); Max value from RGB is 163 - color contains mainly: blue. Hex color #417AA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417AA3 is #BE855C. Grayscale: #6D6D6D. Windows color (decimal): -12485981 or 10713665. OLE color: 10713665.

HSL color Cylindrical-coordinate representation of color #417AA3: hue angle of 205.1º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #417AA3 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 65 122 163 -
CMYK 0.60 0.25 0 0.36
HSL 205.1º 0.43% 0.45% -
HSV(B) 205.1º 0.6% 0.64% -
XYZ 15.75 17.69 37.23 -
YUV 109.63 158.12 96.17 -
System Red Green Blue C M Y K H S L
Decimal 65 122 163 0.60 0.25 0 0.36 205.1 0.43 0.45
Hex 41 7A A3 3C 19 0 24 CD 2B 2D
Octal 101 172 243 74 31 0 44 315 53 55
Binary 1000001 1111010 10100011 111100 11001 0 100100 11001101 101011 101101

Color Harmonies of #417AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417AA3

Black with #417AA3

Text Example


Text Example

White with #417AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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