#467BBD

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

Shades of Steel Blue #467BBD

Tints of Steel Blue #467BBD

Color information

#467BBD (or 0x467BBD) is unknown color: approx Steel Blue. HEX triplet: 46, 7B and BD. RGB value is (70,123,189). Sum of RGB (Red+Green+Blue) = 70+123+189=382 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.32% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #467BBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #467BBD is #B98442. Grayscale: #727272. Windows color (decimal): -12158019 or 12417862. OLE color: 12417862.

HSL color Cylindrical-coordinate representation of color #467BBD: hue angle of 213.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #467BBD is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB70123189-
CMYK0.630.3500.26
HSL213.28º47.41%50.78%-
HSV(B)213.28º62.96%74.12%-
XYZ18.7919.1450.85-
YUV114.68169.9496.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.32%
GREEN value IS 123 (48.44% from 255) = 32.20%
BLUE value IS 189 (74.22% from 255) = 49.48%
R=18.32%
G=32.20%
B=49.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal701231890.630.3500.26213.2847.4150.78
Hex467BBD3F2301Ad52f33
Octal10617327577430323255763
Binary100011011110111011110111111110001101101011010101101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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