#467DBB

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

Shades of Steel Blue #467DBB

Tints of Steel Blue #467DBB

Color information

#467DBB (or 0x467DBB) is unknown color: approx Steel Blue. HEX triplet: 46, 7D and BB. RGB value is (70,125,187). Sum of RGB (Red+Green+Blue) = 70+125+187=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #467DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467DBB is #B98244. Grayscale: #737373. Windows color (decimal): -12157509 or 12287302. OLE color: 12287302.

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

Color convert

RGB70125187-
CMYK0.630.3300.27
HSL211.79º46.25%50.39%-
HSV(B)211.79º62.57%73.33%-
XYZ18.8319.5649.8-
YUV115.62168.2895.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.32%
GREEN value IS 125 (49.22% from 255) = 32.72%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=18.32%
G=32.72%
B=48.95%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701251870.630.3300.27211.7946.2550.39
Hex467DBB3F2101Bd42e32
Octal10617527377410333245662
Binary100011011111011011101111111110000101101111010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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