#4B90BB

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

Shades of Steel Blue #4B90BB

Tints of Steel Blue #4B90BB

Color information

#4B90BB (or 0x4B90BB) is unknown color: approx Steel Blue. HEX triplet: 4B, 90 and BB. RGB value is (75,144,187). Sum of RGB (Red+Green+Blue) = 75+144+187=406 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.47% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #4B90BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4B90BB is #B46F44. Grayscale: #808080. Windows color (decimal): -11824965 or 12292171. OLE color: 12292171.

HSL color Cylindrical-coordinate representation of color #4B90BB: hue angle of 203.04º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B90BB is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB75144187-
CMYK0.600.2300.27
HSL203.04º45.16%51.37%-
HSV(B)203.04º59.89%73.33%-
XYZ21.8425.0350.69-
YUV128.27161.1490-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.47%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 187 (73.44% from 255) = 46.06%
R=18.47%
G=35.47%
B=46.06%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751441870.600.2300.27203.0445.1651.37
Hex4B90BB3C1701Bcb2d33
Octal11322027374270333135563
Binary100101110010000101110111111001011101101111001011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B90BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,144,187); }

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

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

 a { background-color: rgb(75,144,187); }

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

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

 span { border-color: rgb(75,144,187); }

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