Html Css Color HEX #467AAD Steel Blue

📋 copy color: '#467AAD'

red 70 ◦ green 122 ◦ blue 173

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

Shades of Steel Blue #467AAD

Tints of Steel Blue #467AAD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.42%

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 19.18%
G = 33.42%
B = 47.4%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#467AAD (or 0x467AAD) is known color: Steel Blue. HEX triplet: 46, 7A and AD. RGB value is (70,122,173). Sum of RGB (Red+Green+Blue) = 70+122+173=365 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.18% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #467AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467AAD is #B98552. Grayscale: #707070. Windows color (decimal): -12158291 or 11369030. OLE color: 11369030.

HSL color Cylindrical-coordinate representation of color #467AAD: hue angle of 209.71º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #467AAD is Cyan = 0.60, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 70 122 173 -
CMYK 0.60 0.29 0 0.32
HSL 209.71º 0.42% 0.48% -
HSV(B) 209.71º 0.6% 0.68% -
XYZ 17.03 18.24 42.16 -
YUV 112.27 162.27 97.85 -
System Red Green Blue C M Y K H S L
Decimal 70 122 173 0.60 0.29 0 0.32 209.71 0.42 0.48
Hex 46 7A AD 3C 1D 0 20 D2 2A 30
Octal 106 172 255 74 35 0 40 322 52 60
Binary 1000110 1111010 10101101 111100 11101 0 100000 11010010 101010 110000

Color Harmonies of #467AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AAD

Black with #467AAD

Text Example


Text Example

White with #467AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,122,173); }

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

background-color css

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

 a { background-color: rgb(70,122,173); }

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

border-color css

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

 span { border-color: rgb(70,122,173); }

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