Html Css Color HEX #417AC5 Steel Blue

📋 copy color: '#417AC5'

red 65 ◦ green 122 ◦ blue 197

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

Shades of Steel Blue #417AC5

Tints of Steel Blue #417AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 51.3%

R = 16.93%
G = 31.77%
B = 51.3%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#417AC5 (or 0x417AC5) is known color: Steel Blue. HEX triplet: 41, 7A and C5. RGB value is (65,122,197). Sum of RGB (Red+Green+Blue) = 65+122+197=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 197 (77.34% from 255 or 51.30% from 384); Max value from RGB is 197 - color contains mainly: blue. Hex color #417AC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417AC5 is #BE853A. Grayscale: #717171. Windows color (decimal): -12485947 or 12941889. OLE color: 12941889.

HSL color Cylindrical-coordinate representation of color #417AC5: hue angle of 214.09º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #417AC5 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 65 122 197 -
CMYK 0.67 0.38 0 0.23
HSL 214.09º 0.53% 0.51% -
HSV(B) 214.09º 0.67% 0.77% -
XYZ 19.22 19.07 55.49 -
YUV 113.51 175.12 93.4 -
System Red Green Blue C M Y K H S L
Decimal 65 122 197 0.67 0.38 0 0.23 214.09 0.53 0.51
Hex 41 7A C5 43 26 0 17 D6 35 33
Octal 101 172 305 103 46 0 27 326 65 63
Binary 1000001 1111010 11000101 1000011 100110 0 10111 11010110 110101 110011

Color Harmonies of #417AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417AC5

Black with #417AC5

Text Example


Text Example

White with #417AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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