Html Css Color HEX #417CAC Steel Blue

📋 copy color: '#417CAC'

red 65 ◦ green 124 ◦ blue 172

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

Shades of Steel Blue #417CAC

Tints of Steel Blue #417CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.35%

 BLUE value IS 172 (67.58% from 255) = 47.65%

R = 18.01%
G = 34.35%
B = 47.65%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#417CAC (or 0x417CAC) is known color: Steel Blue. HEX triplet: 41, 7C and AC. RGB value is (65,124,172). Sum of RGB (Red+Green+Blue) = 65+124+172=361 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.01% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #417CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417CAC is #BE8353. Grayscale: #6F6F6F. Windows color (decimal): -12485460 or 11304001. OLE color: 11304001.

HSL color Cylindrical-coordinate representation of color #417CAC: hue angle of 206.92º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #417CAC is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 124 172 -
CMYK 0.62 0.28 0 0.33
HSL 206.92º 0.45% 0.46% -
HSV(B) 206.92º 0.62% 0.67% -
XYZ 16.83 18.52 41.72 -
YUV 111.83 161.95 94.6 -
System Red Green Blue C M Y K H S L
Decimal 65 124 172 0.62 0.28 0 0.33 206.92 0.45 0.46
Hex 41 7C AC 3E 1C 0 21 CF 2D 2E
Octal 101 174 254 76 34 0 41 317 55 56
Binary 1000001 1111100 10101100 111110 11100 0 100001 11001111 101101 101110

Color Harmonies of #417CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417CAC

Black with #417CAC

Text Example


Text Example

White with #417CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,124,172); }

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

background-color css

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

 a { background-color: rgb(65,124,172); }

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

border-color css

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

 span { border-color: rgb(65,124,172); }

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