#4374BC

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

Shades of Steel Blue #4374BC

Tints of Steel Blue #4374BC

Color information

#4374BC (or 0x4374BC) is unknown color: approx Steel Blue. HEX triplet: 43, 74 and BC. RGB value is (67,116,188). Sum of RGB (Red+Green+Blue) = 67+116+188=371 (49% of max value = 765). Red value is 67 (26.56% from 255 or 18.06% from 371); Green value is 116 (45.70% from 255 or 31.27% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #4374BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4374BC is #BC8B43. Grayscale: #6D6D6D. Windows color (decimal): -12356420 or 12350531. OLE color: 12350531.

HSL color Cylindrical-coordinate representation of color #4374BC: hue angle of 215.7º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4374BC is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB67116188-
CMYK0.640.3800.26
HSL215.7º47.45%50%-
HSV(B)215.7º64.36%73.73%-
XYZ17.6417.3149.99-
YUV109.56172.2797.65-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.06%
GREEN value IS 116 (45.70% from 255) = 31.27%
BLUE value IS 188 (73.83% from 255) = 50.67%
R=18.06%
G=31.27%
B=50.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal671161880.640.3800.26215.747.4550
Hex4374BC402601Ad82f32
Octal103164274100460323305762
Binary1000011111010010111100100000010011001101011011000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4374BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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