#4774AD

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

Shades of Steel Blue #4774AD

Tints of Steel Blue #4774AD

Color information

#4774AD (or 0x4774AD) is unknown color: approx Steel Blue. HEX triplet: 47, 74 and AD. RGB value is (71,116,173). Sum of RGB (Red+Green+Blue) = 71+116+173=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #4774AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4774AD is #B88B52. Grayscale: #6C6C6C. Windows color (decimal): -12094291 or 11367495. OLE color: 11367495.

HSL color Cylindrical-coordinate representation of color #4774AD: hue angle of 213.53º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4774AD is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB71116173-
CMYK0.590.3300.32
HSL213.53º41.8%47.84%-
HSV(B)213.53º58.96%67.84%-
XYZ16.3916.8541.92-
YUV109.04164.09100.87-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.72%
GREEN value IS 116 (45.70% from 255) = 32.22%
BLUE value IS 173 (67.97% from 255) = 48.06%
R=19.72%
G=32.22%
B=48.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711161730.590.3300.32213.5341.847.84
Hex4774AD3B21020d62a30
Octal10716425573410403265260
Binary1000111111010010101101111011100001010000011010110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4774AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,116,173); }

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

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

 a { background-color: rgb(71,116,173); }

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

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

 span { border-color: rgb(71,116,173); }

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