#4383BC

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

Shades of Steel Blue #4383BC

Tints of Steel Blue #4383BC

Color information

#4383BC (or 0x4383BC) is unknown color: approx Steel Blue. HEX triplet: 43, 83 and BC. RGB value is (67,131,188). Sum of RGB (Red+Green+Blue) = 67+131+188=386 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.36% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #4383BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4383BC is #BC7C43. Grayscale: #767676. Windows color (decimal): -12352580 or 12354371. OLE color: 12354371.

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

Color convert

RGB67131188-
CMYK0.640.3000.26
HSL208.26º47.45%50%-
HSV(B)208.26º64.36%73.73%-
XYZ19.5121.0650.61-
YUV118.36167.391.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.36%
GREEN value IS 131 (51.56% from 255) = 33.94%
BLUE value IS 188 (73.83% from 255) = 48.70%
R=17.36%
G=33.94%
B=48.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal671311880.640.3000.26208.2647.4550
Hex4383BC401E01Ad02f32
Octal103203274100360323205762
Binary1000011100000111011110010000001111001101011010000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4383BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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