Html Css Color HEX #467EA5 Steel Blue

📋 copy color: '#467EA5'

red 70 ◦ green 126 ◦ blue 165

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

Shades of Steel Blue #467EA5

Tints of Steel Blue #467EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 45.71%

R = 19.39%
G = 34.9%
B = 45.71%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#467EA5 (or 0x467EA5) is known color: Steel Blue. HEX triplet: 46, 7E and A5. RGB value is (70,126,165). Sum of RGB (Red+Green+Blue) = 70+126+165=361 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.39% from 361); Green value is 126 (49.61% from 255 or 34.90% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 165 - color contains mainly: blue. Hex color #467EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467EA5 is #B9815A. Grayscale: #717171. Windows color (decimal): -12157275 or 10845766. OLE color: 10845766.

HSL color Cylindrical-coordinate representation of color #467EA5: hue angle of 204.63º degrees, saturation: 0.4, 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 #467EA5 is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 70 126 165 -
CMYK 0.58 0.24 0 0.35
HSL 204.63º 0.4% 0.46% -
HSV(B) 204.63º 0.58% 0.65% -
XYZ 16.78 18.94 38.37 -
YUV 113.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 70 126 165 0.58 0.24 0 0.35 204.63 0.4 0.46
Hex 46 7E A5 3A 18 0 23 CD 28 2E
Octal 106 176 245 72 30 0 43 315 50 56
Binary 1000110 1111110 10100101 111010 11000 0 100011 11001101 101000 101110

Color Harmonies of #467EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467EA5

Black with #467EA5

Text Example


Text Example

White with #467EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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