#476FBB

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

Shades of Steel Blue #476FBB

Tints of Steel Blue #476FBB

Color information

#476FBB (or 0x476FBB) is unknown color: approx Steel Blue. HEX triplet: 47, 6F and BB. RGB value is (71,111,187). Sum of RGB (Red+Green+Blue) = 71+111+187=369 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.24% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #476FBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #476FBB is #B89044. Grayscale: #6B6B6B. Windows color (decimal): -12095557 or 12283719. OLE color: 12283719.

HSL color Cylindrical-coordinate representation of color #476FBB: hue angle of 219.31º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #476FBB is Cyan = 0.62, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB71111187-
CMYK0.620.4100.27
HSL219.31º46.03%50.59%-
HSV(B)219.31º62.03%73.33%-
XYZ17.2516.349.25-
YUV107.7172.75101.82-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.24%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 187 (73.44% from 255) = 50.68%
R=19.24%
G=30.08%
B=50.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal711111870.620.4100.27219.3146.0350.59
Hex476FBB3E2901Bdb2e33
Octal10715727376510333335663
Binary100011111011111011101111111010100101101111011011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476FBB; }

 p { color: rgb(71,111,187); }

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

<style>
 a { background-color: #476FBB; }

 a { background-color: rgb(71,111,187); }

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

<style>
 span { border-color: #476FBB; }

 span { border-color: rgb(71,111,187); }

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