#4273C0

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

Shades of Steel Blue #4273C0

Tints of Steel Blue #4273C0

Color information

#4273C0 (or 0x4273C0) is unknown color: approx Steel Blue. HEX triplet: 42, 73 and C0. RGB value is (66,115,192). Sum of RGB (Red+Green+Blue) = 66+115+192=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 192 (75.39% from 255 or 51.47% from 373); Max value from RGB is 192 - color contains mainly: blue. Hex color #4273C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4273C0 is #BD8C3F. Grayscale: #6C6C6C. Windows color (decimal): -12422208 or 12612418. OLE color: 12612418.

HSL color Cylindrical-coordinate representation of color #4273C0: hue angle of 216.67º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4273C0 is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB66115192-
CMYK0.660.4000.25
HSL216.67º50%50.59%-
HSV(B)216.67º65.62%75.29%-
XYZ17.8917.2352.25-
YUV109.13174.7797.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.69%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 192 (75.39% from 255) = 51.47%
R=17.69%
G=30.83%
B=51.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661151920.660.4000.25216.675050.59
Hex4273C04228019d93233
Octal102163300102500313316263
Binary1000010111001111000000100001010100001100111011001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4273C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4273C0; }

 p { color: rgb(66,115,192); }

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

<style>
 a { background-color: #4273C0; }

 a { background-color: rgb(66,115,192); }

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

<style>
 span { border-color: #4273C0; }

 span { border-color: rgb(66,115,192); }

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