Html Css Color HEX #417EAC Steel Blue

📋 copy color: '#417EAC'

red 65 ◦ green 126 ◦ blue 172

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

Shades of Steel Blue #417EAC

Tints of Steel Blue #417EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.71%

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

R = 17.91%
G = 34.71%
B = 47.38%

CMYK

 C value IS 0.62

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#417EAC (or 0x417EAC) is known color: Steel Blue. HEX triplet: 41, 7E and AC. RGB value is (65,126,172). Sum of RGB (Red+Green+Blue) = 65+126+172=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #417EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417EAC is #BE8153. Grayscale: #707070. Windows color (decimal): -12484948 or 11304513. OLE color: 11304513.

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

Color convert

RGB 65 126 172 -
CMYK 0.62 0.27 0 0.33
HSL 205.79º 0.45% 0.46% -
HSV(B) 205.79º 0.62% 0.67% -
XYZ 17.09 19.02 41.8 -
YUV 113.01 161.29 93.76 -
System Red Green Blue C M Y K H S L
Decimal 65 126 172 0.62 0.27 0 0.33 205.79 0.45 0.46
Hex 41 7E AC 3E 1B 0 21 CE 2D 2E
Octal 101 176 254 76 33 0 41 316 55 56
Binary 1000001 1111110 10101100 111110 11011 0 100001 11001110 101101 101110

Color Harmonies of #417EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417EAC

Black with #417EAC

Text Example


Text Example

White with #417EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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