Html Css Color HEX #467CAF Steel Blue

📋 copy color: '#467CAF'

red 70 ◦ green 124 ◦ blue 175

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

Shades of Steel Blue #467CAF

Tints of Steel Blue #467CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.43%

R = 18.97%
G = 33.6%
B = 47.43%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#467CAF (or 0x467CAF) is known color: Steel Blue. HEX triplet: 46, 7C and AF. RGB value is (70,124,175). Sum of RGB (Red+Green+Blue) = 70+124+175=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #467CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467CAF is #B98350. Grayscale: #717171. Windows color (decimal): -12157777 or 11500614. OLE color: 11500614.

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

Color convert

RGB 70 124 175 -
CMYK 0.60 0.29 0 0.31
HSL 209.14º 0.43% 0.48% -
HSV(B) 209.14º 0.6% 0.69% -
XYZ 17.47 18.81 43.27 -
YUV 113.67 162.61 96.85 -
System Red Green Blue C M Y K H S L
Decimal 70 124 175 0.60 0.29 0 0.31 209.14 0.43 0.48
Hex 46 7C AF 3C 1D 0 1F D1 2B 30
Octal 106 174 257 74 35 0 37 321 53 60
Binary 1000110 1111100 10101111 111100 11101 0 11111 11010001 101011 110000

Color Harmonies of #467CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467CAF

Black with #467CAF

Text Example


Text Example

White with #467CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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