#467BBA

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

Shades of Steel Blue #467BBA

Tints of Steel Blue #467BBA

Color information

#467BBA (or 0x467BBA) is unknown color: approx Steel Blue. HEX triplet: 46, 7B and BA. RGB value is (70,123,186). Sum of RGB (Red+Green+Blue) = 70+123+186=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #467BBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BBA is #B98445. Grayscale: #727272. Windows color (decimal): -12158022 or 12221254. OLE color: 12221254.

HSL color Cylindrical-coordinate representation of color #467BBA: hue angle of 212.59º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #467BBA is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB70123186-
CMYK0.620.3400.27
HSL212.59º45.67%50.2%-
HSV(B)212.59º62.37%72.94%-
XYZ18.4719.0149.15-
YUV114.34168.4496.38-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.47%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 186 (73.05% from 255) = 49.08%
R=18.47%
G=32.45%
B=49.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701231860.620.3400.27212.5945.6750.2
Hex467BBA3E2201Bd52e32
Octal10617327276420333255662
Binary100011011110111011101011111010001001101111010101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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