#447CB0

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

Shades of Steel Blue #447CB0

Tints of Steel Blue #447CB0

Color information

#447CB0 (or 0x447CB0) is unknown color: approx Steel Blue. HEX triplet: 44, 7C and B0. RGB value is (68,124,176). Sum of RGB (Red+Green+Blue) = 68+124+176=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 124 (48.83% from 255 or 33.70% from 368); Blue value is 176 (69.14% from 255 or 47.83% from 368); Max value from RGB is 176 - color contains mainly: blue. Hex color #447CB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447CB0 is #BB834F. Grayscale: #707070. Windows color (decimal): -12288848 or 11566148. OLE color: 11566148.

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

Color convert

RGB68124176-
CMYK0.610.3000.31
HSL208.89º44.26%47.84%-
HSV(B)208.89º61.36%69.02%-
XYZ17.4318.7843.78-
YUV113.18163.4595.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.48%
GREEN value IS 124 (48.83% from 255) = 33.70%
BLUE value IS 176 (69.14% from 255) = 47.83%
R=18.48%
G=33.70%
B=47.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal681241760.610.3000.31208.8944.2647.84
Hex447CB03D1E01Fd12c30
Octal10417426075360373215460
Binary10001001111100101100001111011111001111111010001101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,124,176); }

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

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

 a { background-color: rgb(68,124,176); }

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

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

 span { border-color: rgb(68,124,176); }

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