#4B84BF

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

Shades of Steel Blue #4B84BF

Tints of Steel Blue #4B84BF

Color information

#4B84BF (or 0x4B84BF) is unknown color: approx Steel Blue. HEX triplet: 4B, 84 and BF. RGB value is (75,132,191). Sum of RGB (Red+Green+Blue) = 75+132+191=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 132 (51.95% from 255 or 33.17% 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 #4B84BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B84BF is #B47B40. Grayscale: #797979. Windows color (decimal): -11828033 or 12551243. OLE color: 12551243.

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

Color convert

RGB75132191-
CMYK0.610.3100.25
HSL210.52º47.54%52.16%-
HSV(B)210.52º60.73%74.9%-
XYZ20.5621.7652.41-
YUV121.68167.1294.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.84%
GREEN value IS 132 (51.95% from 255) = 33.17%
BLUE value IS 191 (75% from 255) = 47.99%
R=18.84%
G=33.17%
B=47.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751321910.610.3100.25210.5247.5452.16
Hex4B84BF3D1F019d33034
Octal11320427775370313236064
Binary100101110000100101111111111011111101100111010011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B84BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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