Html Css Color HEX #4176BF Steel Blue

📋 copy color: '#4176BF'

red 65 ◦ green 118 ◦ blue 191

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

Shades of Steel Blue #4176BF

Tints of Steel Blue #4176BF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.55%

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

R = 17.38%
G = 31.55%
B = 51.07%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4176BF (or 0x4176BF) is known color: Steel Blue. HEX triplet: 41, 76 and BF. RGB value is (65,118,191). Sum of RGB (Red+Green+Blue) = 65+118+191=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 191 (75% from 255 or 51.07% from 374); Max value from RGB is 191 - color contains mainly: blue. Hex color #4176BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4176BF is #BE8940. Grayscale: #6E6E6E. Windows color (decimal): -12486977 or 12547649. OLE color: 12547649.

HSL color Cylindrical-coordinate representation of color #4176BF: hue angle of 214.76º 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 #4176BF is Cyan = 0.66, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 118 191 -
CMYK 0.66 0.38 0 0.25
HSL 214.76º 0.5% 0.5% -
HSV(B) 214.76º 0.66% 0.75% -
XYZ 18.06 17.84 51.78 -
YUV 110.48 173.44 95.56 -
System Red Green Blue C M Y K H S L
Decimal 65 118 191 0.66 0.38 0 0.25 214.76 0.5 0.5
Hex 41 76 BF 42 26 0 19 D7 32 32
Octal 101 166 277 102 46 0 31 327 62 62
Binary 1000001 1110110 10111111 1000010 100110 0 11001 11010111 110010 110010

Color Harmonies of #4176BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4176BF

Black with #4176BF

Text Example


Text Example

White with #4176BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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