#4172AB

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

Shades of Steel Blue #4172AB

Tints of Steel Blue #4172AB

Color information

#4172AB (or 0x4172AB) is unknown color: approx Steel Blue. HEX triplet: 41, 72 and AB. RGB value is (65,114,171). Sum of RGB (Red+Green+Blue) = 65+114+171=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #4172AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4172AB is #BE8D54. Grayscale: #696969. Windows color (decimal): -12488021 or 11235905. OLE color: 11235905.

HSL color Cylindrical-coordinate representation of color #4172AB: hue angle of 212.26º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4172AB is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB65114171-
CMYK0.620.3300.33
HSL212.26º44.92%46.27%-
HSV(B)212.26º61.99%67.06%-
XYZ15.5516.140.82-
YUV105.85164.7798.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.57%
GREEN value IS 114 (44.92% from 255) = 32.57%
BLUE value IS 171 (67.19% from 255) = 48.86%
R=18.57%
G=32.57%
B=48.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal651141710.620.3300.33212.2644.9246.27
Hex4172AB3E21021d42d2e
Octal10116225376410413245556
Binary1000001111001010101011111110100001010000111010100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4172AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4172AB; }

 p { color: rgb(65,114,171); }

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

<style>
 a { background-color: #4172AB; }

 a { background-color: rgb(65,114,171); }

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

<style>
 span { border-color: #4172AB; }

 span { border-color: rgb(65,114,171); }

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