#4775AD

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

Shades of Steel Blue #4775AD

Tints of Steel Blue #4775AD

Color information

#4775AD (or 0x4775AD) is unknown color: approx Steel Blue. HEX triplet: 47, 75 and AD. RGB value is (71,117,173). Sum of RGB (Red+Green+Blue) = 71+117+173=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #4775AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4775AD is #B88A52. Grayscale: #6D6D6D. Windows color (decimal): -12094035 or 11367751. OLE color: 11367751.

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

Color convert

RGB71117173-
CMYK0.590.3200.32
HSL212.94º41.8%47.84%-
HSV(B)212.94º58.96%67.84%-
XYZ16.517.0841.96-
YUV109.63163.76100.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.67%
GREEN value IS 117 (46.09% from 255) = 32.41%
BLUE value IS 173 (67.97% from 255) = 47.92%
R=19.67%
G=32.41%
B=47.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal711171730.590.3200.32212.9441.847.84
Hex4775AD3B20020d52a30
Octal10716525573400403255260
Binary1000111111010110101101111011100000010000011010101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4775AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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