#4279c1

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

Shades of Steel Blue #4279C1

Tints of Steel Blue #4279C1

Color information

#4279C1 (or 0x4279C1) is unknown color: approx Steel Blue. HEX triplet: 42, 79 and C1. RGB value is (66,121,193). Sum of RGB (Red+Green+Blue) = 66+121+193=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 193 (75.78% from 255 or 50.79% from 380); Max value from RGB is 193 - color contains mainly: blue. Hex color #4279C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4279C1 is #BD863E. Grayscale: #707070. Windows color (decimal): -12420671 or 12679490. OLE color: 12679490.

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

Color convert

RGB66121193-
CMYK0.660.3700.24
HSL214.02º50.6%50.78%-
HSV(B)214.02º65.8%75.69%-
XYZ18.7118.6853.07-
YUV112.76173.2894.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.37%
GREEN value IS 121 (47.66% from 255) = 31.84%
BLUE value IS 193 (75.78% from 255) = 50.79%
R=17.37%
G=31.84%
B=50.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661211930.660.3700.24214.0250.650.78
Hex4279C14225018d63333
Octal102171301102450303266363
Binary1000010111100111000001100001010010101100011010110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4279c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4279c1; }

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

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

<style>
 a { background-color: #4279c1; }

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

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

<style>
 span { border-color: #4279c1; }

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

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