#417BB0

Color #417BB0 Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #417BB0

Tints of Steel Blue #417BB0

Color information

#417BB0 (or 0x417BB0) is unknown color: approx Steel Blue. HEX triplet: 41, 7B and B0. RGB value is (65,123,176). Sum of RGB (Red+Green+Blue) = 65+123+176=364 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.86% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 176 (69.14% from 255 or 48.35% from 364); Max value from RGB is 176 - color contains mainly: blue. Hex color #417BB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417BB0 is #BE844F. Grayscale: #6F6F6F. Windows color (decimal): -12485712 or 11565889. OLE color: 11565889.

HSL color Cylindrical-coordinate representation of color #417BB0: hue angle of 208.65º 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 #417BB0 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB65123176-
CMYK0.630.3000.31
HSL208.65º46.06%47.25%-
HSV(B)208.65º63.07%69.02%-
XYZ17.118.4243.73-
YUV111.7164.2894.69-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.86%
GREEN value IS 123 (48.44% from 255) = 33.79%
BLUE value IS 176 (69.14% from 255) = 48.35%
R=17.86%
G=33.79%
B=48.35%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal651231760.630.3000.31208.6546.0647.25
Hex417BB03F1E01Fd12e2f
Octal10117326077360373215657
Binary10000011111011101100001111111111001111111010001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #417BB0;
 }
 .AnyTagClassName
 {
   color: #417BB0;
 }
</style>
background-color css

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

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

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

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

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

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