Html Css Color HEX #417AB1 Steel Blue

📋 copy color: '#417AB1'

red 65 ◦ green 122 ◦ blue 177

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

Shades of Steel Blue #417AB1

Tints of Steel Blue #417AB1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.52%

 BLUE value IS 177 (69.53% from 255) = 48.63%

R = 17.86%
G = 33.52%
B = 48.63%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#417AB1 (or 0x417AB1) is known color: Steel Blue. HEX triplet: 41, 7A and B1. RGB value is (65,122,177). Sum of RGB (Red+Green+Blue) = 65+122+177=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 122 (48.05% from 255 or 33.52% from 364); Blue value is 177 (69.53% from 255 or 48.63% from 364); Max value from RGB is 177 - color contains mainly: blue. Hex color #417AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417AB1 is #BE854E. Grayscale: #6E6E6E. Windows color (decimal): -12485967 or 11631169. OLE color: 11631169.

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

Color convert

RGB 65 122 177 -
CMYK 0.63 0.31 0 0.31
HSL 209.46º 0.46% 0.47% -
HSV(B) 209.46º 0.63% 0.69% -
XYZ 17.08 18.22 44.21 -
YUV 111.23 165.12 95.03 -
System Red Green Blue C M Y K H S L
Decimal 65 122 177 0.63 0.31 0 0.31 209.46 0.46 0.47
Hex 41 7A B1 3F 1F 0 1F D1 2E 2F
Octal 101 172 261 77 37 0 37 321 56 57
Binary 1000001 1111010 10110001 111111 11111 0 11111 11010001 101110 101111

Color Harmonies of #417AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417AB1

Black with #417AB1

Text Example


Text Example

White with #417AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,122,177); }

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

background-color css

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

 a { background-color: rgb(65,122,177); }

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

border-color css

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

 span { border-color: rgb(65,122,177); }

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