Html Css Color HEX #4170BF Steel Blue

📋 copy color: '#4170BF'

red 65 ◦ green 112 ◦ blue 191

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

Shades of Steel Blue #4170BF

Tints of Steel Blue #4170BF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.43%

 BLUE value IS 191 (75% from 255) = 51.9%

R = 17.66%
G = 30.43%
B = 51.9%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4170BF (or 0x4170BF) is known color: Steel Blue. HEX triplet: 41, 70 and BF. RGB value is (65,112,191). Sum of RGB (Red+Green+Blue) = 65+112+191=368 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.66% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 191 (75% from 255 or 51.90% from 368); Max value from RGB is 191 - color contains mainly: blue. Hex color #4170BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4170BF is #BE8F40. Grayscale: #6A6A6A. Windows color (decimal): -12488513 or 12546113. OLE color: 12546113.

HSL color Cylindrical-coordinate representation of color #4170BF: hue angle of 217.62º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4170BF is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 112 191 -
CMYK 0.66 0.41 0 0.25
HSL 217.62º 0.5% 0.5% -
HSV(B) 217.62º 0.66% 0.75% -
XYZ 17.38 16.47 51.55 -
YUV 106.95 175.43 98.08 -
System Red Green Blue C M Y K H S L
Decimal 65 112 191 0.66 0.41 0 0.25 217.62 0.5 0.5
Hex 41 70 BF 42 29 0 19 DA 32 32
Octal 101 160 277 102 51 0 31 332 62 62
Binary 1000001 1110000 10111111 1000010 101001 0 11001 11011010 110010 110010

Color Harmonies of #4170BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4170BF

Black with #4170BF

Text Example


Text Example

White with #4170BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4170BF; }

 p { color: rgb(65,112,191); }

 H1.HeaderClassName
 {
   color: #4170BF;
 }
 .AnyTagClassName
 {
   color: #4170BF;
 }
</style>

background-color css

<style>
 a { background-color: #4170BF; }

 a { background-color: rgb(65,112,191); }

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

border-color css

<style>
 span { border-color: #4170BF; }

 span { border-color: rgb(65,112,191); }

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