Html Css Color HEX #417FAC Steel Blue

📋 copy color: '#417FAC'

red 65 ◦ green 127 ◦ blue 172

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

Shades of Steel Blue #417FAC

Tints of Steel Blue #417FAC

RGB

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

 GREEN value IS 127 (50% from 255) = 34.89%

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

R = 17.86%
G = 34.89%
B = 47.25%

CMYK

 C value IS 0.62

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#417FAC (or 0x417FAC) is known color: Steel Blue. HEX triplet: 41, 7F and AC. RGB value is (65,127,172). Sum of RGB (Red+Green+Blue) = 65+127+172=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 127 (50% from 255 or 34.89% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #417FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417FAC is #BE8053. Grayscale: #717171. Windows color (decimal): -12484692 or 11304769. OLE color: 11304769.

HSL color Cylindrical-coordinate representation of color #417FAC: hue angle of 205.23º 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 #417FAC is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 127 172 -
CMYK 0.62 0.26 0 0.33
HSL 205.23º 0.45% 0.46% -
HSV(B) 205.23º 0.62% 0.67% -
XYZ 17.22 19.28 41.84 -
YUV 113.59 160.96 93.34 -
System Red Green Blue C M Y K H S L
Decimal 65 127 172 0.62 0.26 0 0.33 205.23 0.45 0.46
Hex 41 7F AC 3E 1A 0 21 CD 2D 2E
Octal 101 177 254 76 32 0 41 315 55 56
Binary 1000001 1111111 10101100 111110 11010 0 100001 11001101 101101 101110

Color Harmonies of #417FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FAC

Black with #417FAC

Text Example


Text Example

White with #417FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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