Html Css Color HEX #4171BC Steel Blue

📋 copy color: '#4171BC'

red 65 ◦ green 113 ◦ blue 188

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

Shades of Steel Blue #4171BC

Tints of Steel Blue #4171BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.87%

 BLUE value IS 188 (73.83% from 255) = 51.37%

R = 17.76%
G = 30.87%
B = 51.37%

CMYK

 C value IS 0.65

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4171BC (or 0x4171BC) is known color: Steel Blue. HEX triplet: 41, 71 and BC. RGB value is (65,113,188). Sum of RGB (Red+Green+Blue) = 65+113+188=366 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.76% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #4171BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4171BC is #BE8E43. Grayscale: #6A6A6A. Windows color (decimal): -12488260 or 12349761. OLE color: 12349761.

HSL color Cylindrical-coordinate representation of color #4171BC: hue angle of 216.59º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4171BC is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 113 188 -
CMYK 0.65 0.40 0 0.26
HSL 216.59º 0.49% 0.5% -
HSV(B) 216.59º 0.65% 0.74% -
XYZ 17.16 16.56 49.87 -
YUV 107.2 173.6 97.9 -
System Red Green Blue C M Y K H S L
Decimal 65 113 188 0.65 0.40 0 0.26 216.59 0.49 0.5
Hex 41 71 BC 41 28 0 1A D9 31 32
Octal 101 161 274 101 50 0 32 331 61 62
Binary 1000001 1110001 10111100 1000001 101000 0 11010 11011001 110001 110010

Color Harmonies of #4171BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4171BC

Black with #4171BC

Text Example


Text Example

White with #4171BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4171BC; }

 p { color: rgb(65,113,188); }

 H1.HeaderClassName
 {
   color: #4171BC;
 }
 .AnyTagClassName
 {
   color: #4171BC;
 }
</style>

background-color css

<style>
 a { background-color: #4171BC; }

 a { background-color: rgb(65,113,188); }

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

border-color css

<style>
 span { border-color: #4171BC; }

 span { border-color: rgb(65,113,188); }

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