Html Css Color HEX #467DA9 Steel Blue

📋 copy color: '#467DA9'

red 70 ◦ green 125 ◦ blue 169

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

Shades of Steel Blue #467DA9

Tints of Steel Blue #467DA9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.34%

 BLUE value IS 169 (66.41% from 255) = 46.43%

R = 19.23%
G = 34.34%
B = 46.43%

CMYK

 C value IS 0.59

 M value IS 0.26

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#467DA9 (or 0x467DA9) is known color: Steel Blue. HEX triplet: 46, 7D and A9. RGB value is (70,125,169). Sum of RGB (Red+Green+Blue) = 70+125+169=364 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.23% from 364); Green value is 125 (49.22% from 255 or 34.34% from 364); Blue value is 169 (66.41% from 255 or 46.43% from 364); Max value from RGB is 169 - color contains mainly: blue. Hex color #467DA9 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467DA9 is #B98256. Grayscale: #717171. Windows color (decimal): -12157527 or 11107654. OLE color: 11107654.

HSL color Cylindrical-coordinate representation of color #467DA9: hue angle of 206.67º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #467DA9 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 70 125 169 -
CMYK 0.59 0.26 0 0.34
HSL 206.67º 0.41% 0.47% -
HSV(B) 206.67º 0.59% 0.66% -
XYZ 17.02 18.83 40.27 -
YUV 113.57 159.28 96.92 -
System Red Green Blue C M Y K H S L
Decimal 70 125 169 0.59 0.26 0 0.34 206.67 0.41 0.47
Hex 46 7D A9 3B 1A 0 22 CF 29 2F
Octal 106 175 251 73 32 0 42 317 51 57
Binary 1000110 1111101 10101001 111011 11010 0 100010 11001111 101001 101111

Color Harmonies of #467DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467DA9

Black with #467DA9

Text Example


Text Example

White with #467DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,125,169); }

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

background-color css

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

 a { background-color: rgb(70,125,169); }

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

border-color css

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

 span { border-color: rgb(70,125,169); }

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