Html Css Color HEX #467AAF Steel Blue

📋 copy color: '#467AAF'

red 70 ◦ green 122 ◦ blue 175

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

Shades of Steel Blue #467AAF

Tints of Steel Blue #467AAF

RGB

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

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

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

R = 19.07%
G = 33.24%
B = 47.68%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#467AAF (or 0x467AAF) is known color: Steel Blue. HEX triplet: 46, 7A and AF. RGB value is (70,122,175). Sum of RGB (Red+Green+Blue) = 70+122+175=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #467AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467AAF is #B98550. Grayscale: #707070. Windows color (decimal): -12158289 or 11500102. OLE color: 11500102.

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

Color convert

RGB 70 122 175 -
CMYK 0.60 0.30 0 0.31
HSL 210.29º 0.43% 0.48% -
HSV(B) 210.29º 0.6% 0.69% -
XYZ 17.22 18.32 43.19 -
YUV 112.49 163.27 97.69 -
System Red Green Blue C M Y K H S L
Decimal 70 122 175 0.60 0.30 0 0.31 210.29 0.43 0.48
Hex 46 7A AF 3C 1E 0 1F D2 2B 30
Octal 106 172 257 74 36 0 37 322 53 60
Binary 1000110 1111010 10101111 111100 11110 0 11111 11010010 101011 110000

Color Harmonies of #467AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AAF

Black with #467AAF

Text Example


Text Example

White with #467AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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