#4174BC

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

Shades of Steel Blue #4174BC

Tints of Steel Blue #4174BC

Color information

#4174BC (or 0x4174BC) is unknown color: approx Steel Blue. HEX triplet: 41, 74 and BC. RGB value is (65,116,188). Sum of RGB (Red+Green+Blue) = 65+116+188=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #4174BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174BC is #BE8B43. Grayscale: #6C6C6C. Windows color (decimal): -12487492 or 12350529. OLE color: 12350529.

HSL color Cylindrical-coordinate representation of color #4174BC: hue angle of 215.12º 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 #4174BC is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB65116188-
CMYK0.650.3800.26
HSL215.12º48.62%49.61%-
HSV(B)215.12º65.43%73.73%-
XYZ17.517.2549.98-
YUV108.96172.696.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 17.62%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 188 (73.83% from 255) = 50.95%
R=17.62%
G=31.44%
B=50.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal651161880.650.3800.26215.1248.6249.61
Hex4174BC412601Ad73132
Octal101164274101460323276162
Binary1000001111010010111100100000110011001101011010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4174BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4174BC; }

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

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

<style>
 a { background-color: #4174BC; }

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

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

<style>
 span { border-color: #4174BC; }

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

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