#4079C1

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

Shades of Steel Blue #4079C1

Tints of Steel Blue #4079C1

Color information

#4079C1 (or 0x4079C1) is unknown color: approx Steel Blue. HEX triplet: 40, 79 and C1. RGB value is (64,121,193). Sum of RGB (Red+Green+Blue) = 64+121+193=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 121 (47.66% from 255 or 32.01% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #4079C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4079C1 is #BF863E. Grayscale: #6F6F6F. Windows color (decimal): -12551743 or 12679488. OLE color: 12679488.

HSL color Cylindrical-coordinate representation of color #4079C1: hue angle of 213.49º 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 #4079C1 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB64121193-
CMYK0.670.3700.24
HSL213.49º50.99%50.39%-
HSV(B)213.49º66.84%75.69%-
XYZ18.5818.6153.07-
YUV112.16173.6293.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.93%
GREEN value IS 121 (47.66% from 255) = 32.01%
BLUE value IS 193 (75.78% from 255) = 51.06%
R=16.93%
G=32.01%
B=51.06%

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
Decimal641211930.670.3700.24213.4950.9950.39
Hex4079C14325018d53332
Octal100171301103450303256362
Binary1000000111100111000001100001110010101100011010101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4079C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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