Html Css Color HEX #4177BF Steel Blue

📋 copy color: '#4177BF'

red 65 ◦ green 119 ◦ blue 191

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

Shades of Steel Blue #4177BF

Tints of Steel Blue #4177BF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.73%

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

R = 17.33%
G = 31.73%
B = 50.93%

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

#4177BF (or 0x4177BF) is known color: Steel Blue. HEX triplet: 41, 77 and BF. RGB value is (65,119,191). Sum of RGB (Red+Green+Blue) = 65+119+191=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #4177BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4177BF is #BE8840. Grayscale: #6E6E6E. Windows color (decimal): -12486721 or 12547905. OLE color: 12547905.

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

Color convert

RGB 65 119 191 -
CMYK 0.66 0.38 0 0.25
HSL 214.29º 0.5% 0.5% -
HSV(B) 214.29º 0.66% 0.75% -
XYZ 18.18 18.08 51.82 -
YUV 111.06 173.11 95.15 -
System Red Green Blue C M Y K H S L
Decimal 65 119 191 0.66 0.38 0 0.25 214.29 0.5 0.5
Hex 41 77 BF 42 26 0 19 D6 32 32
Octal 101 167 277 102 46 0 31 326 62 62
Binary 1000001 1110111 10111111 1000010 100110 0 11001 11010110 110010 110010

Color Harmonies of #4177BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4177BF

Black with #4177BF

Text Example


Text Example

White with #4177BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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