#4A80BE

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

Shades of Steel Blue #4A80BE

Tints of Steel Blue #4A80BE

Color information

#4A80BE (or 0x4A80BE) is unknown color: approx Steel Blue. HEX triplet: 4A, 80 and BE. RGB value is (74,128,190). Sum of RGB (Red+Green+Blue) = 74+128+190=392 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.88% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #4A80BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4A80BE is #B57F41. Grayscale: #767676. Windows color (decimal): -11894594 or 12484682. OLE color: 12484682.

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

Color convert

RGB74128190-
CMYK0.610.3300.25
HSL212.07º47.15%51.76%-
HSV(B)212.07º61.05%74.51%-
XYZ19.8420.6151.65-
YUV118.92168.1195.96-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 18.88%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=18.88%
G=32.65%
B=48.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal741281900.610.3300.25212.0747.1551.76
Hex4A80BE3D21019d42f34
Octal11220027675410313245764
Binary1001010100000001011111011110110000101100111010100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A80BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,128,190); }

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

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

 a { background-color: rgb(74,128,190); }

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

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

 span { border-color: rgb(74,128,190); }

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