#467BAD

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

Shades of Steel Blue #467BAD

Tints of Steel Blue #467BAD

Color information

#467BAD (or 0x467BAD) is unknown color: approx Steel Blue. HEX triplet: 46, 7B and AD. RGB value is (70,123,173). Sum of RGB (Red+Green+Blue) = 70+123+173=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 123 (48.44% from 255 or 33.61% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #467BAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467BAD is #B98452. Grayscale: #707070. Windows color (decimal): -12158035 or 11369286. OLE color: 11369286.

HSL color Cylindrical-coordinate representation of color #467BAD: hue angle of 209.13º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #467BAD is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB70123173-
CMYK0.600.2900.32
HSL209.13º42.39%47.65%-
HSV(B)209.13º59.54%67.84%-
XYZ17.1518.4942.2-
YUV112.85161.9497.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 123 (48.44% from 255) = 33.61%
BLUE value IS 173 (67.97% from 255) = 47.27%
R=19.13%
G=33.61%
B=47.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal701231730.600.2900.32209.1342.3947.65
Hex467BAD3C1D020d12a30
Octal10617325574350403215260
Binary100011011110111010110111110011101010000011010001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,123,173); }

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

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

 a { background-color: rgb(70,123,173); }

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

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

 span { border-color: rgb(70,123,173); }

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