Html Css Color HEX #4174AA Steel Blue

📋 copy color: '#4174AA'

red 65 ◦ green 116 ◦ blue 170

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

Shades of Steel Blue #4174AA

Tints of Steel Blue #4174AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

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

R = 18.52%
G = 33.05%
B = 48.43%

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

#4174AA (or 0x4174AA) is known color: Steel Blue. HEX triplet: 41, 74 and AA. RGB value is (65,116,170). Sum of RGB (Red+Green+Blue) = 65+116+170=351 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.52% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #4174AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4174AA is #BE8B55. Grayscale: #6A6A6A. Windows color (decimal): -12487510 or 11170881. OLE color: 11170881.

HSL color Cylindrical-coordinate representation of color #4174AA: hue angle of 210.86º 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 #4174AA is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 65 116 170 -
CMYK 0.62 0.32 0 0.33
HSL 210.86º 0.45% 0.46% -
HSV(B) 210.86º 0.62% 0.67% -
XYZ 15.68 16.52 40.39 -
YUV 106.91 163.6 98.11 -
System Red Green Blue C M Y K H S L
Decimal 65 116 170 0.62 0.32 0 0.33 210.86 0.45 0.46
Hex 41 74 AA 3E 20 0 21 D3 2D 2E
Octal 101 164 252 76 40 0 41 323 55 56
Binary 1000001 1110100 10101010 111110 100000 0 100001 11010011 101101 101110

Color Harmonies of #4174AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4174AA

Black with #4174AA

Text Example


Text Example

White with #4174AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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