#4274AD

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

Shades of Steel Blue #4274AD

Tints of Steel Blue #4274AD

Color information

#4274AD (or 0x4274AD) is unknown color: approx Steel Blue. HEX triplet: 42, 74 and AD. RGB value is (66,116,173). Sum of RGB (Red+Green+Blue) = 66+116+173=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 116 (45.70% from 255 or 32.68% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #4274AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4274AD is #BD8B52. Grayscale: #6B6B6B. Windows color (decimal): -12421971 or 11367490. OLE color: 11367490.

HSL color Cylindrical-coordinate representation of color #4274AD: hue angle of 211.96º 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 #4274AD is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB66116173-
CMYK0.620.3300.32
HSL211.96º44.77%46.86%-
HSV(B)211.96º61.85%67.84%-
XYZ16.0316.6741.91-
YUV107.55164.9498.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.59%
GREEN value IS 116 (45.70% from 255) = 32.68%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=18.59%
G=32.68%
B=48.73%

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
Decimal661161730.620.3300.32211.9644.7746.86
Hex4274AD3E21020d42d2f
Octal10216425576410403245557
Binary1000010111010010101101111110100001010000011010100101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4274AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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