#4274BC

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

Shades of Steel Blue #4274BC

Tints of Steel Blue #4274BC

Color information

#4274BC (or 0x4274BC) is unknown color: approx Steel Blue. HEX triplet: 42, 74 and BC. RGB value is (66,116,188). Sum of RGB (Red+Green+Blue) = 66+116+188=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #4274BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4274BC is #BD8B43. Grayscale: #6C6C6C. Windows color (decimal): -12421956 or 12350530. OLE color: 12350530.

HSL color Cylindrical-coordinate representation of color #4274BC: hue angle of 215.41º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4274BC is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB66116188-
CMYK0.650.3800.26
HSL215.41º48.03%49.8%-
HSV(B)215.41º64.89%73.73%-
XYZ17.5717.2849.99-
YUV109.26172.4497.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.84%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 188 (73.83% from 255) = 50.81%
R=17.84%
G=31.35%
B=50.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661161880.650.3800.26215.4148.0349.8
Hex4274BC412601Ad73032
Octal102164274101460323276062
Binary1000010111010010111100100000110011001101011010111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4274BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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