Html Css Color HEX #4178AA Steel Blue

📋 copy color: '#4178AA'

red 65 ◦ green 120 ◦ blue 170

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

Shades of Steel Blue #4178AA

Tints of Steel Blue #4178AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.8%

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

R = 18.31%
G = 33.8%
B = 47.89%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4178AA (or 0x4178AA) is known color: Steel Blue. HEX triplet: 41, 78 and AA. RGB value is (65,120,170). Sum of RGB (Red+Green+Blue) = 65+120+170=355 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.31% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #4178AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4178AA is #BE8755. Grayscale: #6D6D6D. Windows color (decimal): -12486486 or 11171905. OLE color: 11171905.

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

Color convert

RGB 65 120 170 -
CMYK 0.62 0.29 0 0.33
HSL 208.57º 0.45% 0.46% -
HSV(B) 208.57º 0.62% 0.67% -
XYZ 16.15 17.46 40.55 -
YUV 109.26 162.28 96.43 -
System Red Green Blue C M Y K H S L
Decimal 65 120 170 0.62 0.29 0 0.33 208.57 0.45 0.46
Hex 41 78 AA 3E 1D 0 21 D1 2D 2E
Octal 101 170 252 76 35 0 41 321 55 56
Binary 1000001 1111000 10101010 111110 11101 0 100001 11010001 101101 101110

Color Harmonies of #4178AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4178AA

Black with #4178AA

Text Example


Text Example

White with #4178AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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