#4379AB

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

Shades of Steel Blue #4379AB

Tints of Steel Blue #4379AB

Color information

#4379AB (or 0x4379AB) is unknown color: approx Steel Blue. HEX triplet: 43, 79 and AB. RGB value is (67,121,171). Sum of RGB (Red+Green+Blue) = 67+121+171=359 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.66% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #4379AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4379AB is #BC8654. Grayscale: #6E6E6E. Windows color (decimal): -12355157 or 11237699. OLE color: 11237699.

HSL color Cylindrical-coordinate representation of color #4379AB: hue angle of 208.85º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4379AB is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB67121171-
CMYK0.610.2900.33
HSL208.85º43.7%46.67%-
HSV(B)208.85º60.82%67.06%-
XYZ16.517.8141.1-
YUV110.55162.1196.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.66%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=18.66%
G=33.70%
B=47.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal671211710.610.2900.33208.8543.746.67
Hex4379AB3D1D021d12c2f
Octal10317125375350413215457
Binary100001111110011010101111110111101010000111010001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4379AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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