#447EB5

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

Shades of Steel Blue #447EB5

Tints of Steel Blue #447EB5

Color information

#447EB5 (or 0x447EB5) is unknown color: approx Steel Blue. HEX triplet: 44, 7E and B5. RGB value is (68,126,181). Sum of RGB (Red+Green+Blue) = 68+126+181=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 181 (71.09% from 255 or 48.27% from 375); Max value from RGB is 181 - color contains mainly: blue. Hex color #447EB5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447EB5 is #BB814A. Grayscale: #727272. Windows color (decimal): -12288331 or 11894340. OLE color: 11894340.

HSL color Cylindrical-coordinate representation of color #447EB5: hue angle of 209.2º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #447EB5 is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB68126181-
CMYK0.620.3000.29
HSL209.2º45.38%48.82%-
HSV(B)209.2º62.43%70.98%-
XYZ18.1919.4946.52-
YUV114.93165.2894.53-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.13%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 181 (71.09% from 255) = 48.27%
R=18.13%
G=33.6%
B=48.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal681261810.620.3000.29209.245.3848.82
Hex447EB53E1E01Dd12d31
Octal10417626576360353215561
Binary10001001111110101101011111101111001110111010001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447EB5; }

 p { color: rgb(68,126,181); }

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

<style>
 a { background-color: #447EB5; }

 a { background-color: rgb(68,126,181); }

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

<style>
 span { border-color: #447EB5; }

 span { border-color: rgb(68,126,181); }

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