#4480BE

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

Shades of Steel Blue #4480BE

Tints of Steel Blue #4480BE

Color information

#4480BE (or 0x4480BE) is unknown color: approx Steel Blue. HEX triplet: 44, 80 and BE. RGB value is (68,128,190). Sum of RGB (Red+Green+Blue) = 68+128+190=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 128 (50.39% from 255 or 33.16% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #4480BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4480BE is #BB7F41. Grayscale: #747474. Windows color (decimal): -12287810 or 12484676. OLE color: 12484676.

HSL color Cylindrical-coordinate representation of color #4480BE: hue angle of 210.49º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4480BE is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68128190-
CMYK0.640.3300.25
HSL210.49º48.41%50.59%-
HSV(B)210.49º64.21%74.51%-
XYZ19.420.3851.63-
YUV117.13169.1292.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.62%
GREEN value IS 128 (50.39% from 255) = 33.16%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=17.62%
G=33.16%
B=49.22%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681281900.640.3300.25210.4948.4150.59
Hex4480BE4021019d23033
Octal104200276100410313226063
Binary10001001000000010111110100000010000101100111010010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4480BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4480BE; }

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

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

<style>
 a { background-color: #4480BE; }

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

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

<style>
 span { border-color: #4480BE; }

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

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