Html Css Color HEX #417CA8 Steel Blue

📋 copy color: '#417CA8'

red 65 ◦ green 124 ◦ blue 168

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

Shades of Steel Blue #417CA8

Tints of Steel Blue #417CA8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.73%

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

R = 18.21%
G = 34.73%
B = 47.06%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#417CA8 (or 0x417CA8) is known color: Steel Blue. HEX triplet: 41, 7C and A8. RGB value is (65,124,168). Sum of RGB (Red+Green+Blue) = 65+124+168=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 124 (48.83% from 255 or 34.73% from 357); Blue value is 168 (66.02% from 255 or 47.06% from 357); Max value from RGB is 168 - color contains mainly: blue. Hex color #417CA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417CA8 is #BE8357. Grayscale: #6F6F6F. Windows color (decimal): -12485464 or 11041857. OLE color: 11041857.

HSL color Cylindrical-coordinate representation of color #417CA8: hue angle of 205.63º 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 #417CA8 is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 65 124 168 -
CMYK 0.61 0.26 0 0.34
HSL 205.63º 0.44% 0.46% -
HSV(B) 205.63º 0.61% 0.66% -
XYZ 16.46 18.37 39.72 -
YUV 111.38 159.95 94.92 -
System Red Green Blue C M Y K H S L
Decimal 65 124 168 0.61 0.26 0 0.34 205.63 0.44 0.46
Hex 41 7C A8 3D 1A 0 22 CE 2C 2E
Octal 101 174 250 75 32 0 42 316 54 56
Binary 1000001 1111100 10101000 111101 11010 0 100010 11001110 101100 101110

Color Harmonies of #417CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417CA8

Black with #417CA8

Text Example


Text Example

White with #417CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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