Html Css Color HEX #417BA6 Steel Blue

📋 copy color: '#417BA6'

red 65 ◦ green 123 ◦ blue 166

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

Shades of Steel Blue #417BA6

Tints of Steel Blue #417BA6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.75%

 BLUE value IS 166 (65.23% from 255) = 46.89%

R = 18.36%
G = 34.75%
B = 46.89%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#417BA6 (or 0x417BA6) is known color: Steel Blue. HEX triplet: 41, 7B and A6. RGB value is (65,123,166). Sum of RGB (Red+Green+Blue) = 65+123+166=354 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.36% from 354); Green value is 123 (48.44% from 255 or 34.75% from 354); Blue value is 166 (65.23% from 255 or 46.89% from 354); Max value from RGB is 166 - color contains mainly: blue. Hex color #417BA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417BA6 is #BE8459. Grayscale: #6E6E6E. Windows color (decimal): -12485722 or 10910529. OLE color: 10910529.

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

Color convert

RGB 65 123 166 -
CMYK 0.61 0.26 0 0.35
HSL 205.54º 0.44% 0.45% -
HSV(B) 205.54º 0.61% 0.65% -
XYZ 16.15 18.04 38.71 -
YUV 110.56 159.28 95.5 -
System Red Green Blue C M Y K H S L
Decimal 65 123 166 0.61 0.26 0 0.35 205.54 0.44 0.45
Hex 41 7B A6 3D 1A 0 23 CE 2C 2D
Octal 101 173 246 75 32 0 43 316 54 55
Binary 1000001 1111011 10100110 111101 11010 0 100011 11001110 101100 101101

Color Harmonies of #417BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417BA6

Black with #417BA6

Text Example


Text Example

White with #417BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,123,166); }

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

background-color css

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

 a { background-color: rgb(65,123,166); }

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

border-color css

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

 span { border-color: rgb(65,123,166); }

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