Html Css Color HEX #467FAD Steel Blue

📋 copy color: '#467FAD'

red 70 ◦ green 127 ◦ blue 173

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

Shades of Steel Blue #467FAD

Tints of Steel Blue #467FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 34.32%

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

R = 18.92%
G = 34.32%
B = 46.76%

CMYK

 C value IS 0.60

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#467FAD (or 0x467FAD) is known color: Steel Blue. HEX triplet: 46, 7F and AD. RGB value is (70,127,173). Sum of RGB (Red+Green+Blue) = 70+127+173=370 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.92% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #467FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467FAD is #B98052. Grayscale: #727272. Windows color (decimal): -12157011 or 11370310. OLE color: 11370310.

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

Color convert

RGB 70 127 173 -
CMYK 0.60 0.27 0 0.32
HSL 206.8º 0.42% 0.48% -
HSV(B) 206.8º 0.6% 0.68% -
XYZ 17.66 19.5 42.37 -
YUV 115.2 160.62 95.76 -
System Red Green Blue C M Y K H S L
Decimal 70 127 173 0.60 0.27 0 0.32 206.8 0.42 0.48
Hex 46 7F AD 3C 1B 0 20 CF 2A 30
Octal 106 177 255 74 33 0 40 317 52 60
Binary 1000110 1111111 10101101 111100 11011 0 100000 11001111 101010 110000

Color Harmonies of #467FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467FAD

Black with #467FAD

Text Example


Text Example

White with #467FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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