#447BBE

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

Shades of Steel Blue #447BBE

Tints of Steel Blue #447BBE

Color information

#447BBE (or 0x447BBE) is unknown color: approx Steel Blue. HEX triplet: 44, 7B and BE. RGB value is (68,123,190). Sum of RGB (Red+Green+Blue) = 68+123+190=381 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.85% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 190 (74.61% from 255 or 49.87% from 381); Max value from RGB is 190 - color contains mainly: blue. Hex color #447BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BBE is #BB8441. Grayscale: #717171. Windows color (decimal): -12289090 or 12483396. OLE color: 12483396.

HSL color Cylindrical-coordinate representation of color #447BBE: hue angle of 212.95º 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 #447BBE is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68123190-
CMYK0.640.3500.25
HSL212.95º48.41%50.59%-
HSV(B)212.95º64.21%74.51%-
XYZ18.7619.1151.42-
YUV114.19170.7895.05-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.85%
GREEN value IS 123 (48.44% from 255) = 32.28%
BLUE value IS 190 (74.61% from 255) = 49.87%
R=17.85%
G=32.28%
B=49.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681231900.640.3500.25212.9548.4150.59
Hex447BBE4023019d53033
Octal104173276100430313256063
Binary1000100111101110111110100000010001101100111010101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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