#4774BC

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

Shades of Steel Blue #4774BC

Tints of Steel Blue #4774BC

Color information

#4774BC (or 0x4774BC) is unknown color: approx Steel Blue. HEX triplet: 47, 74 and BC. RGB value is (71,116,188). Sum of RGB (Red+Green+Blue) = 71+116+188=375 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.93% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 188 (73.83% from 255 or 50.13% from 375); Max value from RGB is 188 - color contains mainly: blue. Hex color #4774BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4774BC is #B88B43. Grayscale: #6E6E6E. Windows color (decimal): -12094276 or 12350535. OLE color: 12350535.

HSL color Cylindrical-coordinate representation of color #4774BC: hue angle of 216.92º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4774BC is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB71116188-
CMYK0.620.3800.26
HSL216.92º46.61%50.78%-
HSV(B)216.92º62.23%73.73%-
XYZ17.9217.4650-
YUV110.75171.5999.65-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 18.93%
GREEN value IS 116 (45.70% from 255) = 30.93%
BLUE value IS 188 (73.83% from 255) = 50.13%
R=18.93%
G=30.93%
B=50.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal711161880.620.3800.26216.9246.6150.78
Hex4774BC3E2601Ad92f33
Octal10716427476460323315763
Binary100011111101001011110011111010011001101011011001101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4774BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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