Html Css Color HEX #467AAE Steel Blue

📋 copy color: '#467AAE'

red 70 ◦ green 122 ◦ blue 174

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

Shades of Steel Blue #467AAE

Tints of Steel Blue #467AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.54%

R = 19.13%
G = 33.33%
B = 47.54%

CMYK

 C value IS 0.60

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#467AAE (or 0x467AAE) is known color: Steel Blue. HEX triplet: 46, 7A and AE. RGB value is (70,122,174). Sum of RGB (Red+Green+Blue) = 70+122+174=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #467AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467AAE is #B98551. Grayscale: #707070. Windows color (decimal): -12158290 or 11434566. OLE color: 11434566.

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

Color convert

RGB 70 122 174 -
CMYK 0.60 0.30 0 0.32
HSL 210º 0.43% 0.48% -
HSV(B) 210º 0.6% 0.68% -
XYZ 17.13 18.28 42.67 -
YUV 112.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 70 122 174 0.60 0.30 0 0.32 210 0.43 0.48
Hex 46 7A AE 3C 1E 0 20 D2 2B 30
Octal 106 172 256 74 36 0 40 322 53 60
Binary 1000110 1111010 10101110 111100 11110 0 100000 11010010 101011 110000

Color Harmonies of #467AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AAE

Black with #467AAE

Text Example


Text Example

White with #467AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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