#407AC1

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

Shades of Steel Blue #407AC1

Tints of Steel Blue #407AC1

Color information

#407AC1 (or 0x407AC1) is unknown color: approx Steel Blue. HEX triplet: 40, 7A and C1. RGB value is (64,122,193). Sum of RGB (Red+Green+Blue) = 64+122+193=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #407AC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407AC1 is #BF853E. Grayscale: #707070. Windows color (decimal): -12551487 or 12679744. OLE color: 12679744.

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

Color convert

RGB64122193-
CMYK0.670.3700.24
HSL213.02º50.99%50.39%-
HSV(B)213.02º66.84%75.69%-
XYZ18.718.8653.11-
YUV112.75173.2893.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.89%
GREEN value IS 122 (48.05% from 255) = 32.19%
BLUE value IS 193 (75.78% from 255) = 50.92%
R=16.89%
G=32.19%
B=50.92%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal641221930.670.3700.24213.0250.9950.39
Hex407AC14325018d53332
Octal100172301103450303256362
Binary1000000111101011000001100001110010101100011010101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407AC1; }

 p { color: rgb(64,122,193); }

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

<style>
 a { background-color: #407AC1; }

 a { background-color: rgb(64,122,193); }

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

<style>
 span { border-color: #407AC1; }

 span { border-color: rgb(64,122,193); }

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