Html Css Color HEX #417EAE Steel Blue

📋 copy color: '#417EAE'

red 65 ◦ green 126 ◦ blue 174

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

Shades of Steel Blue #417EAE

Tints of Steel Blue #417EAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 17.81%
G = 34.52%
B = 47.67%

CMYK

 C value IS 0.63

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#417EAE (or 0x417EAE) is known color: Steel Blue. HEX triplet: 41, 7E and AE. RGB value is (65,126,174). Sum of RGB (Red+Green+Blue) = 65+126+174=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 126 (49.61% from 255 or 34.52% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #417EAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417EAE is #BE8151. Grayscale: #707070. Windows color (decimal): -12484946 or 11435585. OLE color: 11435585.

HSL color Cylindrical-coordinate representation of color #417EAE: hue angle of 206.42º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #417EAE is Cyan = 0.63, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 126 174 -
CMYK 0.63 0.28 0 0.32
HSL 206.42º 0.46% 0.47% -
HSV(B) 206.42º 0.63% 0.68% -
XYZ 17.28 19.1 42.82 -
YUV 113.23 162.29 93.6 -
System Red Green Blue C M Y K H S L
Decimal 65 126 174 0.63 0.28 0 0.32 206.42 0.46 0.47
Hex 41 7E AE 3F 1C 0 20 CE 2E 2F
Octal 101 176 256 77 34 0 40 316 56 57
Binary 1000001 1111110 10101110 111111 11100 0 100000 11001110 101110 101111

Color Harmonies of #417EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417EAE

Black with #417EAE

Text Example


Text Example

White with #417EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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