Html Css Color HEX #467EA3 Steel Blue

📋 copy color: '#467EA3'

red 70 ◦ green 126 ◦ blue 163

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

Shades of Steel Blue #467EA3

Tints of Steel Blue #467EA3

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.1%

 BLUE value IS 163 (64.06% from 255) = 45.4%

R = 19.5%
G = 35.1%
B = 45.4%

CMYK

 C value IS 0.57

 M value IS 0.23

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#467EA3 (or 0x467EA3) is known color: Steel Blue. HEX triplet: 46, 7E and A3. RGB value is (70,126,163). Sum of RGB (Red+Green+Blue) = 70+126+163=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 126 (49.61% from 255 or 35.10% from 359); Blue value is 163 (64.06% from 255 or 45.40% from 359); Max value from RGB is 163 - color contains mainly: blue. Hex color #467EA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467EA3 is #B9815C. Grayscale: #717171. Windows color (decimal): -12157277 or 10714694. OLE color: 10714694.

HSL color Cylindrical-coordinate representation of color #467EA3: hue angle of 203.87º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #467EA3 is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 70 126 163 -
CMYK 0.57 0.23 0 0.36
HSL 203.87º 0.4% 0.46% -
HSV(B) 203.87º 0.57% 0.64% -
XYZ 16.6 18.87 37.42 -
YUV 113.47 155.95 96.99 -
System Red Green Blue C M Y K H S L
Decimal 70 126 163 0.57 0.23 0 0.36 203.87 0.4 0.46
Hex 46 7E A3 39 17 0 24 CC 28 2E
Octal 106 176 243 71 27 0 44 314 50 56
Binary 1000110 1111110 10100011 111001 10111 0 100100 11001100 101000 101110

Color Harmonies of #467EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467EA3

Black with #467EA3

Text Example


Text Example

White with #467EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,126,163); }

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

background-color css

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

 a { background-color: rgb(70,126,163); }

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

border-color css

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

 span { border-color: rgb(70,126,163); }

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