Html Css Color HEX #4173AA Steel Blue

📋 copy color: '#4173AA'

red 65 ◦ green 115 ◦ blue 170

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

Shades of Steel Blue #4173AA

Tints of Steel Blue #4173AA

RGB

 RED value IS 65 (25.78% from 255) = 18.57%

 GREEN value IS 115 (45.31% from 255) = 32.86%

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 18.57%
G = 32.86%
B = 48.57%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4173AA (or 0x4173AA) is known color: Steel Blue. HEX triplet: 41, 73 and AA. RGB value is (65,115,170). Sum of RGB (Red+Green+Blue) = 65+115+170=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 115 (45.31% from 255 or 32.86% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #4173AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4173AA is #BE8C55. Grayscale: #6A6A6A. Windows color (decimal): -12487766 or 11170625. OLE color: 11170625.

HSL color Cylindrical-coordinate representation of color #4173AA: hue angle of 211.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4173AA is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 115 170 -
CMYK 0.62 0.32 0 0.33
HSL 211.43º 0.45% 0.46% -
HSV(B) 211.43º 0.62% 0.67% -
XYZ 15.57 16.29 40.35 -
YUV 106.32 163.94 98.53 -
System Red Green Blue C M Y K H S L
Decimal 65 115 170 0.62 0.32 0 0.33 211.43 0.45 0.46
Hex 41 73 AA 3E 20 0 21 D3 2D 2E
Octal 101 163 252 76 40 0 41 323 55 56
Binary 1000001 1110011 10101010 111110 100000 0 100001 11010011 101101 101110

Color Harmonies of #4173AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4173AA

Black with #4173AA

Text Example


Text Example

White with #4173AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4173AA; }

 p { color: rgb(65,115,170); }

 H1.HeaderClassName
 {
   color: #4173AA;
 }
 .AnyTagClassName
 {
   color: #4173AA;
 }
</style>

background-color css

<style>
 a { background-color: #4173AA; }

 a { background-color: rgb(65,115,170); }

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

border-color css

<style>
 span { border-color: #4173AA; }

 span { border-color: rgb(65,115,170); }

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