Html Css Color HEX #467AA6 Steel Blue

📋 copy color: '#467AA6'

red 70 ◦ green 122 ◦ blue 166

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

Shades of Steel Blue #467AA6

Tints of Steel Blue #467AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 46.37%

R = 19.55%
G = 34.08%
B = 46.37%

CMYK

 C value IS 0.58

 M value IS 0.27

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#467AA6 (or 0x467AA6) is known color: Steel Blue. HEX triplet: 46, 7A and A6. RGB value is (70,122,166). Sum of RGB (Red+Green+Blue) = 70+122+166=358 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.55% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 166 (65.23% from 255 or 46.37% from 358); Max value from RGB is 166 - color contains mainly: blue. Hex color #467AA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467AA6 is #B98559. Grayscale: #6F6F6F. Windows color (decimal): -12158298 or 10910278. OLE color: 10910278.

HSL color Cylindrical-coordinate representation of color #467AA6: hue angle of 207.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #467AA6 is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 122 166 -
CMYK 0.58 0.27 0 0.35
HSL 207.5º 0.41% 0.46% -
HSV(B) 207.5º 0.58% 0.65% -
XYZ 16.37 17.97 38.68 -
YUV 111.47 158.77 98.42 -
System Red Green Blue C M Y K H S L
Decimal 70 122 166 0.58 0.27 0 0.35 207.5 0.41 0.46
Hex 46 7A A6 3A 1B 0 23 D0 29 2E
Octal 106 172 246 72 33 0 43 320 51 56
Binary 1000110 1111010 10100110 111010 11011 0 100011 11010000 101001 101110

Color Harmonies of #467AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AA6

Black with #467AA6

Text Example


Text Example

White with #467AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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