#447BBC

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

Shades of Steel Blue #447BBC

Tints of Steel Blue #447BBC

Color information

#447BBC (or 0x447BBC) is unknown color: approx Steel Blue. HEX triplet: 44, 7B and BC. RGB value is (68,123,188). Sum of RGB (Red+Green+Blue) = 68+123+188=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #447BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #447BBC is #BB8443. Grayscale: #717171. Windows color (decimal): -12289092 or 12352324. OLE color: 12352324.

HSL color Cylindrical-coordinate representation of color #447BBC: hue angle of 212.5º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #447BBC is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB68123188-
CMYK0.640.3500.26
HSL212.5º47.24%50.2%-
HSV(B)212.5º63.83%73.73%-
XYZ18.5419.0350.27-
YUV113.96169.7895.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.94%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 188 (73.83% from 255) = 49.60%
R=17.94%
G=32.45%
B=49.60%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal681231880.640.3500.26212.547.2450.2
Hex447BBC402301Ad42f32
Octal104173274100430323245762
Binary1000100111101110111100100000010001101101011010100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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