Html Css Color HEX #467AAB Steel Blue

📋 copy color: '#467AAB'

red 70 ◦ green 122 ◦ blue 171

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

Shades of Steel Blue #467AAB

Tints of Steel Blue #467AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.11%

R = 19.28%
G = 33.61%
B = 47.11%

CMYK

 C value IS 0.59

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#467AAB (or 0x467AAB) is known color: Steel Blue. HEX triplet: 46, 7A and AB. RGB value is (70,122,171). Sum of RGB (Red+Green+Blue) = 70+122+171=363 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.28% from 363); Green value is 122 (48.05% from 255 or 33.61% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #467AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467AAB is #B98554. Grayscale: #6F6F6F. Windows color (decimal): -12158293 or 11237958. OLE color: 11237958.

HSL color Cylindrical-coordinate representation of color #467AAB: hue angle of 209.11º 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 #467AAB is Cyan = 0.59, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 122 171 -
CMYK 0.59 0.29 0 0.33
HSL 209.11º 0.42% 0.47% -
HSV(B) 209.11º 0.59% 0.67% -
XYZ 16.84 18.16 41.15 -
YUV 112.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 70 122 171 0.59 0.29 0 0.33 209.11 0.42 0.47
Hex 46 7A AB 3B 1D 0 21 D1 2A 2F
Octal 106 172 253 73 35 0 41 321 52 57
Binary 1000110 1111010 10101011 111011 11101 0 100001 11010001 101010 101111

Color Harmonies of #467AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467AAB

Black with #467AAB

Text Example


Text Example

White with #467AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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