Html Css Color HEX #417AA8 Steel Blue

📋 copy color: '#417AA8'

red 65 ◦ green 122 ◦ blue 168

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

Shades of Steel Blue #417AA8

Tints of Steel Blue #417AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 47.32%

R = 18.31%
G = 34.37%
B = 47.32%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#417AA8 (or 0x417AA8) is known color: Steel Blue. HEX triplet: 41, 7A and A8. RGB value is (65,122,168). Sum of RGB (Red+Green+Blue) = 65+122+168=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 168 (66.02% from 255 or 47.32% from 355); Max value from RGB is 168 - color contains mainly: blue. Hex color #417AA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417AA8 is #BE8557. Grayscale: #6D6D6D. Windows color (decimal): -12485976 or 11041345. OLE color: 11041345.

HSL color Cylindrical-coordinate representation of color #417AA8: hue angle of 206.8º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #417AA8 is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 65 122 168 -
CMYK 0.61 0.27 0 0.34
HSL 206.8º 0.44% 0.46% -
HSV(B) 206.8º 0.61% 0.66% -
XYZ 16.21 17.87 39.64 -
YUV 110.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 65 122 168 0.61 0.27 0 0.34 206.8 0.44 0.46
Hex 41 7A A8 3D 1B 0 22 CF 2C 2E
Octal 101 172 250 75 33 0 42 317 54 56
Binary 1000001 1111010 10101000 111101 11011 0 100010 11001111 101100 101110

Color Harmonies of #417AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417AA8

Black with #417AA8

Text Example


Text Example

White with #417AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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