#4A85BF

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

Shades of Steel Blue #4A85BF

Tints of Steel Blue #4A85BF

Color information

#4A85BF (or 0x4A85BF) is unknown color: approx Steel Blue. HEX triplet: 4A, 85 and BF. RGB value is (74,133,191). Sum of RGB (Red+Green+Blue) = 74+133+191=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 133 (52.34% from 255 or 33.42% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A85BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A85BF is #B57A40. Grayscale: #797979. Windows color (decimal): -11893313 or 12551498. OLE color: 12551498.

HSL color Cylindrical-coordinate representation of color #4A85BF: hue angle of 209.74º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A85BF is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB74133191-
CMYK0.610.3000.25
HSL209.74º47.76%51.96%-
HSV(B)209.74º61.26%74.9%-
XYZ20.6221.9952.45-
YUV121.97166.9593.78-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.59%
GREEN value IS 133 (52.34% from 255) = 33.42%
BLUE value IS 191 (75% from 255) = 47.99%
R=18.59%
G=33.42%
B=47.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741331910.610.3000.25209.7447.7651.96
Hex4A85BF3D1E019d23034
Octal11220527775360313226064
Binary100101010000101101111111111011111001100111010010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A85BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A85BF; }

 p { color: rgb(74,133,191); }

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

<style>
 a { background-color: #4A85BF; }

 a { background-color: rgb(74,133,191); }

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

<style>
 span { border-color: #4A85BF; }

 span { border-color: rgb(74,133,191); }

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