#467DBA

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

Shades of Steel Blue #467DBA

Tints of Steel Blue #467DBA

Color information

#467DBA (or 0x467DBA) is unknown color: approx Steel Blue. HEX triplet: 46, 7D and BA. RGB value is (70,125,186). Sum of RGB (Red+Green+Blue) = 70+125+186=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #467DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DBA is #B98245. Grayscale: #737373. Windows color (decimal): -12157510 or 12221766. OLE color: 12221766.

HSL color Cylindrical-coordinate representation of color #467DBA: hue angle of 211.55º 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 #467DBA is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB70125186-
CMYK0.620.3300.27
HSL211.55º45.67%50.2%-
HSV(B)211.55º62.37%72.94%-
XYZ18.7219.5149.23-
YUV115.51167.7895.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.37%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=18.37%
G=32.81%
B=48.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701251860.620.3300.27211.5545.6750.2
Hex467DBA3E2101Bd42e32
Octal10617527276410333245662
Binary100011011111011011101011111010000101101111010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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