#467CC3

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

Shades of Steel Blue #467CC3

Tints of Steel Blue #467CC3

Color information

#467CC3 (or 0x467CC3) is unknown color: approx Steel Blue. HEX triplet: 46, 7C and C3. RGB value is (70,124,195). Sum of RGB (Red+Green+Blue) = 70+124+195=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 124 (48.83% from 255 or 31.88% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #467CC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CC3 is #B9833C. Grayscale: #737373. Windows color (decimal): -12157757 or 12811334. OLE color: 12811334.

HSL color Cylindrical-coordinate representation of color #467CC3: hue angle of 214.08º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #467CC3 is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB70124195-
CMYK0.640.3600.24
HSL214.08º51.02%51.96%-
HSV(B)214.08º64.1%76.47%-
XYZ19.5819.6654.39-
YUV115.95172.6195.23-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.99%
GREEN value IS 124 (48.83% from 255) = 31.88%
BLUE value IS 195 (76.56% from 255) = 50.13%
R=17.99%
G=31.88%
B=50.13%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal701241950.640.3600.24214.0851.0251.96
Hex467CC34024018d63334
Octal106174303100440303266364
Binary1000110111110011000011100000010010001100011010110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467CC3; }

 p { color: rgb(70,124,195); }

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

<style>
 a { background-color: #467CC3; }

 a { background-color: rgb(70,124,195); }

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

<style>
 span { border-color: #467CC3; }

 span { border-color: rgb(70,124,195); }

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