#417ABC

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

Shades of Steel Blue #417ABC

Tints of Steel Blue #417ABC

Color information

#417ABC (or 0x417ABC) is unknown color: approx Steel Blue. HEX triplet: 41, 7A and BC. RGB value is (65,122,188). Sum of RGB (Red+Green+Blue) = 65+122+188=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #417ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417ABC is #BE8543. Grayscale: #707070. Windows color (decimal): -12485956 or 12352065. OLE color: 12352065.

HSL color Cylindrical-coordinate representation of color #417ABC: hue angle of 212.2º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #417ABC is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB65122188-
CMYK0.650.3500.26
HSL212.2º48.62%49.61%-
HSV(B)212.2º65.43%73.73%-
XYZ18.2218.6750.22-
YUV112.48170.6294.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.33%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=17.33%
G=32.53%
B=50.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651221880.650.3500.26212.248.6249.61
Hex417ABC412301Ad43132
Octal101172274101430323246162
Binary1000001111101010111100100000110001101101011010100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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