Html Css Color HEX #417AC1 Steel Blue

📋 copy color: '#417AC1'

red 65 ◦ green 122 ◦ blue 193

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

Shades of Steel Blue #417AC1

Tints of Steel Blue #417AC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.79%

R = 17.11%
G = 32.11%
B = 50.79%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#417AC1 (or 0x417AC1) is known color: Steel Blue. HEX triplet: 41, 7A and C1. RGB value is (65,122,193). Sum of RGB (Red+Green+Blue) = 65+122+193=380 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.11% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #417AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417AC1 is #BE853E. Grayscale: #707070. Windows color (decimal): -12485951 or 12679745. OLE color: 12679745.

HSL color Cylindrical-coordinate representation of color #417AC1: hue angle of 213.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417AC1 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 122 193 -
CMYK 0.66 0.37 0 0.24
HSL 213.28º 0.51% 0.51% -
HSV(B) 213.28º 0.66% 0.76% -
XYZ 18.77 18.89 53.11 -
YUV 113.05 173.12 93.73 -
System Red Green Blue C M Y K H S L
Decimal 65 122 193 0.66 0.37 0 0.24 213.28 0.51 0.51
Hex 41 7A C1 42 25 0 18 D5 33 33
Octal 101 172 301 102 45 0 30 325 63 63
Binary 1000001 1111010 11000001 1000010 100101 0 11000 11010101 110011 110011

Color Harmonies of #417AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417AC1

Black with #417AC1

Text Example


Text Example

White with #417AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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