Html Css Color HEX #467CAC Steel Blue

📋 copy color: '#467CAC'

red 70 ◦ green 124 ◦ blue 172

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

Shades of Steel Blue #467CAC

Tints of Steel Blue #467CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.88%

 BLUE value IS 172 (67.58% from 255) = 46.99%

R = 19.13%
G = 33.88%
B = 46.99%

CMYK

 C value IS 0.59

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#467CAC (or 0x467CAC) is known color: Steel Blue. HEX triplet: 46, 7C and AC. RGB value is (70,124,172). Sum of RGB (Red+Green+Blue) = 70+124+172=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 124 (48.83% from 255 or 33.88% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #467CAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467CAC is #B98353. Grayscale: #717171. Windows color (decimal): -12157780 or 11304006. OLE color: 11304006.

HSL color Cylindrical-coordinate representation of color #467CAC: hue angle of 208.24º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #467CAC is Cyan = 0.59, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 124 172 -
CMYK 0.59 0.28 0 0.33
HSL 208.24º 0.42% 0.47% -
HSV(B) 208.24º 0.59% 0.67% -
XYZ 17.18 18.7 41.73 -
YUV 113.33 161.11 97.1 -
System Red Green Blue C M Y K H S L
Decimal 70 124 172 0.59 0.28 0 0.33 208.24 0.42 0.47
Hex 46 7C AC 3B 1C 0 21 D0 2A 2F
Octal 106 174 254 73 34 0 41 320 52 57
Binary 1000110 1111100 10101100 111011 11100 0 100001 11010000 101010 101111

Color Harmonies of #467CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467CAC

Black with #467CAC

Text Example


Text Example

White with #467CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,124,172); }

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

background-color css

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

 a { background-color: rgb(70,124,172); }

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

border-color css

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

 span { border-color: rgb(70,124,172); }

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