#4485B1

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

Shades of Steel Blue #4485B1

Tints of Steel Blue #4485B1

Color information

#4485B1 (or 0x4485B1) is unknown color: approx Steel Blue. HEX triplet: 44, 85 and B1. RGB value is (68,133,177). Sum of RGB (Red+Green+Blue) = 68+133+177=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 133 (52.34% from 255 or 35.19% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 177 - color contains mainly: blue. Hex color #4485B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4485B1 is #BB7A4E. Grayscale: #767676. Windows color (decimal): -12286543 or 11633988. OLE color: 11633988.

HSL color Cylindrical-coordinate representation of color #4485B1: hue angle of 204.22º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4485B1 is Cyan = 0.62, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB68133177-
CMYK0.620.2500.31
HSL204.22º44.49%48.04%-
HSV(B)204.22º61.58%69.41%-
XYZ18.7121.1844.7-
YUV118.58160.9791.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.99%
GREEN value IS 133 (52.34% from 255) = 35.19%
BLUE value IS 177 (69.53% from 255) = 46.83%
R=17.99%
G=35.19%
B=46.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681331770.620.2500.31204.2244.4948.04
Hex4485B13E1901Fcc2c30
Octal10420526176310373145460
Binary100010010000101101100011111101100101111111001100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4485B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4485B1; }

 p { color: rgb(68,133,177); }

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

<style>
 a { background-color: #4485B1; }

 a { background-color: rgb(68,133,177); }

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

<style>
 span { border-color: #4485B1; }

 span { border-color: rgb(68,133,177); }

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