#4274C3

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

Shades of Steel Blue #4274C3

Tints of Steel Blue #4274C3

Color information

#4274C3 (or 0x4274C3) is unknown color: approx Steel Blue. HEX triplet: 42, 74 and C3. RGB value is (66,116,195). Sum of RGB (Red+Green+Blue) = 66+116+195=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 195 (76.56% from 255 or 51.72% from 377); Max value from RGB is 195 - color contains mainly: blue. Hex color #4274C3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4274C3 is #BD8B3C. Grayscale: #6D6D6D. Windows color (decimal): -12421949 or 12809282. OLE color: 12809282.

HSL color Cylindrical-coordinate representation of color #4274C3: hue angle of 216.74º degrees, saturation: 0.52, 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 #4274C3 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB66116195-
CMYK0.660.4100.24
HSL216.74º51.81%51.18%-
HSV(B)216.74º66.15%76.47%-
XYZ18.3417.5954.06-
YUV110.06175.9496.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 195 (76.56% from 255) = 51.72%
R=17.51%
G=30.77%
B=51.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661161950.660.4100.24216.7451.8151.18
Hex4274C34229018d93433
Octal102164303102510303316463
Binary1000010111010011000011100001010100101100011011001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4274C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4274C3; }

 p { color: rgb(66,116,195); }

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

<style>
 a { background-color: #4274C3; }

 a { background-color: rgb(66,116,195); }

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

<style>
 span { border-color: #4274C3; }

 span { border-color: rgb(66,116,195); }

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