#4274AE

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

Shades of Steel Blue #4274AE

Tints of Steel Blue #4274AE

Color information

#4274AE (or 0x4274AE) is unknown color: approx Steel Blue. HEX triplet: 42, 74 and AE. RGB value is (66,116,174). Sum of RGB (Red+Green+Blue) = 66+116+174=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 116 (45.70% from 255 or 32.58% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #4274AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4274AE is #BD8B51. Grayscale: #6B6B6B. Windows color (decimal): -12421970 or 11433026. OLE color: 11433026.

HSL color Cylindrical-coordinate representation of color #4274AE: hue angle of 212.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4274AE is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB66116174-
CMYK0.620.3300.32
HSL212.22º45%47.06%-
HSV(B)212.22º62.07%68.24%-
XYZ16.1316.7142.42-
YUV107.66165.4498.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.54%
GREEN value IS 116 (45.70% from 255) = 32.58%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=18.54%
G=32.58%
B=48.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal661161740.620.3300.32212.224547.06
Hex4274AE3E21020d42d2f
Octal10216425676410403245557
Binary1000010111010010101110111110100001010000011010100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4274AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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