#4380AE

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

Shades of Steel Blue #4380AE

Tints of Steel Blue #4380AE

Color information

#4380AE (or 0x4380AE) is unknown color: approx Steel Blue. HEX triplet: 43, 80 and AE. RGB value is (67,128,174). Sum of RGB (Red+Green+Blue) = 67+128+174=369 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.16% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #4380AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4380AE is #BC7F51. Grayscale: #727272. Windows color (decimal): -12353362 or 11436099. OLE color: 11436099.

HSL color Cylindrical-coordinate representation of color #4380AE: hue angle of 205.79º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4380AE is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB67128174-
CMYK0.610.2600.32
HSL205.79º44.4%47.25%-
HSV(B)205.79º61.49%68.24%-
XYZ17.6719.6942.91-
YUV115161.2993.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.16%
GREEN value IS 128 (50.39% from 255) = 34.69%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=18.16%
G=34.69%
B=47.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal671281740.610.2600.32205.7944.447.25
Hex4380AE3D1A020ce2c2f
Octal10320025675320403165457
Binary1000011100000001010111011110111010010000011001110101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4380AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4380AE; }

 p { color: rgb(67,128,174); }

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

<style>
 a { background-color: #4380AE; }

 a { background-color: rgb(67,128,174); }

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

<style>
 span { border-color: #4380AE; }

 span { border-color: rgb(67,128,174); }

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