#467ABD

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

Shades of Steel Blue #467ABD

Tints of Steel Blue #467ABD

Color information

#467ABD (or 0x467ABD) is unknown color: approx Steel Blue. HEX triplet: 46, 7A and BD. RGB value is (70,122,189). Sum of RGB (Red+Green+Blue) = 70+122+189=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 122 (48.05% from 255 or 32.02% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #467ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467ABD is #B98542. Grayscale: #717171. Windows color (decimal): -12158275 or 12417606. OLE color: 12417606.

HSL color Cylindrical-coordinate representation of color #467ABD: hue angle of 213.78º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #467ABD is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB70122189-
CMYK0.630.3500.26
HSL213.78º47.41%50.78%-
HSV(B)213.78º62.96%74.12%-
XYZ18.6718.950.81-
YUV114.09170.2796.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.37%
GREEN value IS 122 (48.05% from 255) = 32.02%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=18.37%
G=32.02%
B=49.61%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701221890.630.3500.26213.7847.4150.78
Hex467ABD3F2301Ad62f33
Octal10617227577430323265763
Binary100011011110101011110111111110001101101011010110101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,122,189); }

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

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

 a { background-color: rgb(70,122,189); }

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

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

 span { border-color: rgb(70,122,189); }

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