#4379BA

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

Shades of Steel Blue #4379BA

Tints of Steel Blue #4379BA

Color information

#4379BA (or 0x4379BA) is unknown color: approx Steel Blue. HEX triplet: 43, 79 and BA. RGB value is (67,121,186). Sum of RGB (Red+Green+Blue) = 67+121+186=374 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.91% from 374); Green value is 121 (47.66% from 255 or 32.35% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #4379BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4379BA is #BC8645. Grayscale: #6F6F6F. Windows color (decimal): -12355142 or 12220739. OLE color: 12220739.

HSL color Cylindrical-coordinate representation of color #4379BA: hue angle of 212.77º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4379BA is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB67121186-
CMYK0.640.3500.27
HSL212.77º47.04%49.61%-
HSV(B)212.77º63.98%72.94%-
XYZ18.0218.4149.06-
YUV112.26169.6195.71-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.91%
GREEN value IS 121 (47.66% from 255) = 32.35%
BLUE value IS 186 (73.05% from 255) = 49.73%
R=17.91%
G=32.35%
B=49.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal671211860.640.3500.27212.7747.0449.61
Hex4379BA402301Bd52f32
Octal103171272100430333255762
Binary1000011111100110111010100000010001101101111010101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4379BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4379BA; }

 p { color: rgb(67,121,186); }

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

<style>
 a { background-color: #4379BA; }

 a { background-color: rgb(67,121,186); }

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

<style>
 span { border-color: #4379BA; }

 span { border-color: rgb(67,121,186); }

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