Html Css Color HEX #417FA5 Steel Blue

📋 copy color: '#417FA5'

red 65 ◦ green 127 ◦ blue 165

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

Shades of Steel Blue #417FA5

Tints of Steel Blue #417FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.22%

R = 18.21%
G = 35.57%
B = 46.22%

CMYK

 C value IS 0.61

 M value IS 0.23

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#417FA5 (or 0x417FA5) is known color: Steel Blue. HEX triplet: 41, 7F and A5. RGB value is (65,127,165). Sum of RGB (Red+Green+Blue) = 65+127+165=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 127 (50% from 255 or 35.57% from 357); Blue value is 165 (64.84% from 255 or 46.22% from 357); Max value from RGB is 165 - color contains mainly: blue. Hex color #417FA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417FA5 is #BE805A. Grayscale: #707070. Windows color (decimal): -12484699 or 10846017. OLE color: 10846017.

HSL color Cylindrical-coordinate representation of color #417FA5: hue angle of 202.8º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #417FA5 is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 127 165 -
CMYK 0.61 0.23 0 0.35
HSL 202.8º 0.43% 0.45% -
HSV(B) 202.8º 0.61% 0.65% -
XYZ 16.56 19.02 38.4 -
YUV 112.79 157.46 93.91 -
System Red Green Blue C M Y K H S L
Decimal 65 127 165 0.61 0.23 0 0.35 202.8 0.43 0.45
Hex 41 7F A5 3D 17 0 23 CB 2B 2D
Octal 101 177 245 75 27 0 43 313 53 55
Binary 1000001 1111111 10100101 111101 10111 0 100011 11001011 101011 101101

Color Harmonies of #417FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FA5

Black with #417FA5

Text Example


Text Example

White with #417FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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