#4172B8

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

Shades of Steel Blue #4172B8

Tints of Steel Blue #4172B8

Color information

#4172B8 (or 0x4172B8) is unknown color: approx Steel Blue. HEX triplet: 41, 72 and B8. RGB value is (65,114,184). Sum of RGB (Red+Green+Blue) = 65+114+184=363 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.91% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #4172B8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4172B8 is #BE8D47. Grayscale: #6A6A6A. Windows color (decimal): -12488008 or 12087873. OLE color: 12087873.

HSL color Cylindrical-coordinate representation of color #4172B8: hue angle of 215.29º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4172B8 is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB65114184-
CMYK0.650.3800.28
HSL215.29º47.79%48.82%-
HSV(B)215.29º64.67%72.16%-
XYZ16.8516.6247.67-
YUV107.33171.2797.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.91%
GREEN value IS 114 (44.92% from 255) = 31.40%
BLUE value IS 184 (72.27% from 255) = 50.69%
R=17.91%
G=31.40%
B=50.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal651141840.650.3800.28215.2947.7948.82
Hex4172B8412601Cd73031
Octal101162270101460343276061
Binary1000001111001010111000100000110011001110011010111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4172B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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