#467EBB

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

Shades of Steel Blue #467EBB

Tints of Steel Blue #467EBB

Color information

#467EBB (or 0x467EBB) is unknown color: approx Steel Blue. HEX triplet: 46, 7E and BB. RGB value is (70,126,187). Sum of RGB (Red+Green+Blue) = 70+126+187=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #467EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467EBB is #B98144. Grayscale: #737373. Windows color (decimal): -12157253 or 12287558. OLE color: 12287558.

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

Color convert

RGB70126187-
CMYK0.630.3300.27
HSL211.28º46.25%50.39%-
HSV(B)211.28º62.57%73.33%-
XYZ18.9619.8149.84-
YUV116.21167.9595.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.28%
GREEN value IS 126 (49.61% from 255) = 32.90%
BLUE value IS 187 (73.44% from 255) = 48.83%
R=18.28%
G=32.90%
B=48.83%

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
Decimal701261870.630.3300.27211.2846.2550.39
Hex467EBB3F2101Bd32e32
Octal10617627377410333235662
Binary100011011111101011101111111110000101101111010011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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