#4385AD

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

Shades of Steel Blue #4385AD

Tints of Steel Blue #4385AD

Color information

#4385AD (or 0x4385AD) is unknown color: approx Steel Blue. HEX triplet: 43, 85 and AD. RGB value is (67,133,173). Sum of RGB (Red+Green+Blue) = 67+133+173=373 (49% of max value = 765). Red value is 67 (26.56% from 255 or 17.96% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #4385AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4385AD is #BC7A52. Grayscale: #757575. Windows color (decimal): -12352083 or 11371843. OLE color: 11371843.

HSL color Cylindrical-coordinate representation of color #4385AD: hue angle of 202.64º 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 #4385AD is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB67133173-
CMYK0.610.2300.32
HSL202.64º44.17%47.06%-
HSV(B)202.64º61.27%67.84%-
XYZ18.2520.9942.62-
YUV117.83159.1391.75-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 17.96%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 173 (67.97% from 255) = 46.38%
R=17.96%
G=35.66%
B=46.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal671331730.610.2300.32202.6444.1747.06
Hex4385AD3D17020cb2c2f
Octal10320525575270403135457
Binary1000011100001011010110111110110111010000011001011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4385AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4385AD; }

 p { color: rgb(67,133,173); }

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

<style>
 a { background-color: #4385AD; }

 a { background-color: rgb(67,133,173); }

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

<style>
 span { border-color: #4385AD; }

 span { border-color: rgb(67,133,173); }

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