Html Css Color HEX #467BA9 Steel Blue

📋 copy color: '#467BA9'

red 70 ◦ green 123 ◦ blue 169

#467BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #467BA9

Tints of Steel Blue #467BA9

RGB

 RED value IS 70 (27.73% from 255) = 19.34%

 GREEN value IS 123 (48.44% from 255) = 33.98%

 BLUE value IS 169 (66.41% from 255) = 46.69%

R = 19.34%
G = 33.98%
B = 46.69%

CMYK

 C value IS 0.59

 M value IS 0.27

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#467BA9 (or 0x467BA9) is known color: Steel Blue. HEX triplet: 46, 7B and A9. RGB value is (70,123,169). Sum of RGB (Red+Green+Blue) = 70+123+169=362 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.34% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 169 (66.41% from 255 or 46.69% from 362); Max value from RGB is 169 - color contains mainly: blue. Hex color #467BA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467BA9 is #B98456. Grayscale: #707070. Windows color (decimal): -12158039 or 11107142. OLE color: 11107142.

HSL color Cylindrical-coordinate representation of color #467BA9: hue angle of 207.88º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #467BA9 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 70 123 169 -
CMYK 0.59 0.27 0 0.34
HSL 207.88º 0.41% 0.47% -
HSV(B) 207.88º 0.59% 0.66% -
XYZ 16.77 18.33 40.19 -
YUV 112.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 70 123 169 0.59 0.27 0 0.34 207.88 0.41 0.47
Hex 46 7B A9 3B 1B 0 22 D0 29 2F
Octal 106 173 251 73 33 0 42 320 51 57
Binary 1000110 1111011 10101001 111011 11011 0 100010 11010000 101001 101111

Color Harmonies of #467BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467BA9

Black with #467BA9

Text Example


Text Example

White with #467BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #467BA9;
 }
 .AnyTagClassName
 {
   color: #467BA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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