#4A88BC

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

Shades of Steel Blue #4A88BC

Tints of Steel Blue #4A88BC

Color information

#4A88BC (or 0x4A88BC) is unknown color: approx Steel Blue. HEX triplet: 4A, 88 and BC. RGB value is (74,136,188). Sum of RGB (Red+Green+Blue) = 74+136+188=398 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.59% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #4A88BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A88BC is #B57743. Grayscale: #7B7B7B. Windows color (decimal): -11892548 or 12355658. OLE color: 12355658.

HSL color Cylindrical-coordinate representation of color #4A88BC: hue angle of 207.37º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4A88BC is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB74136188-
CMYK0.610.2800.26
HSL207.37º45.97%51.37%-
HSV(B)207.37º60.64%73.73%-
XYZ20.7122.750.87-
YUV123.39164.4692.77-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.59%
GREEN value IS 136 (53.52% from 255) = 34.17%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=18.59%
G=34.17%
B=47.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal741361880.610.2800.26207.3745.9751.37
Hex4A88BC3D1C01Acf2e33
Octal11221027475340323175663
Binary100101010001000101111001111011110001101011001111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A88BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,136,188); }

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

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

 a { background-color: rgb(74,136,188); }

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

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

 span { border-color: rgb(74,136,188); }

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