#4474C1

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

Shades of Steel Blue #4474C1

Tints of Steel Blue #4474C1

Color information

#4474C1 (or 0x4474C1) is unknown color: approx Steel Blue. HEX triplet: 44, 74 and C1. RGB value is (68,116,193). Sum of RGB (Red+Green+Blue) = 68+116+193=377 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.04% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 193 (75.78% from 255 or 51.19% from 377); Max value from RGB is 193 - color contains mainly: blue. Hex color #4474C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4474C1 is #BB8B3E. Grayscale: #6E6E6E. Windows color (decimal): -12290879 or 12678212. OLE color: 12678212.

HSL color Cylindrical-coordinate representation of color #4474C1: hue angle of 216.96º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4474C1 is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB68116193-
CMYK0.650.4000.24
HSL216.96º50.2%51.18%-
HSV(B)216.96º64.77%75.69%-
XYZ18.2517.5752.88-
YUV110.43174.697.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.04%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 193 (75.78% from 255) = 51.19%
R=18.04%
G=30.77%
B=51.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal681161930.650.4000.24216.9650.251.18
Hex4474C14128018d93233
Octal104164301101500303316263
Binary1000100111010011000001100000110100001100011011001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4474C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4474C1; }

 p { color: rgb(68,116,193); }

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

<style>
 a { background-color: #4474C1; }

 a { background-color: rgb(68,116,193); }

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

<style>
 span { border-color: #4474C1; }

 span { border-color: rgb(68,116,193); }

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