#4b85bf

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

Shades of Steel Blue #4B85BF

Tints of Steel Blue #4B85BF

Color information

#4B85BF (or 0x4B85BF) is unknown color: approx Steel Blue. HEX triplet: 4B, 85 and BF. RGB value is (75,133,191). Sum of RGB (Red+Green+Blue) = 75+133+191=399 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.80% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: blue. Hex color #4B85BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B85BF is #B47A40. Grayscale: #797979. Windows color (decimal): -11827777 or 12551499. OLE color: 12551499.

HSL color Cylindrical-coordinate representation of color #4B85BF: hue angle of 210º 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 #4B85BF is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB75133191-
CMYK0.610.3000.25
HSL210º47.54%52.16%-
HSV(B)210º60.73%74.9%-
XYZ20.6922.0352.45-
YUV122.27166.7894.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.80%
GREEN value IS 133 (52.34% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 47.87%
R=18.80%
G=33.33%
B=47.87%

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
Decimal751331910.610.3000.2521047.5452.16
Hex4B85BF3D1E019d23034
Octal11320527775360313226064
Binary100101110000101101111111111011111001100111010010110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b85bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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