#467CBB

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

Shades of Steel Blue #467CBB

Tints of Steel Blue #467CBB

Color information

#467CBB (or 0x467CBB) is unknown color: approx Steel Blue. HEX triplet: 46, 7C and BB. RGB value is (70,124,187). Sum of RGB (Red+Green+Blue) = 70+124+187=381 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.37% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #467CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467CBB is #B98344. Grayscale: #727272. Windows color (decimal): -12157765 or 12287046. OLE color: 12287046.

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

Color convert

RGB70124187-
CMYK0.630.3400.27
HSL212.31º46.25%50.39%-
HSV(B)212.31º62.57%73.33%-
XYZ18.719.3149.75-
YUV115.04168.6195.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.37%
GREEN value IS 124 (48.83% from 255) = 32.55%
BLUE value IS 187 (73.44% from 255) = 49.08%
R=18.37%
G=32.55%
B=49.08%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal701241870.630.3400.27212.3146.2550.39
Hex467CBB3F2201Bd42e32
Octal10617427377420333245662
Binary100011011111001011101111111110001001101111010100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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