Html Css Color HEX #4177BE Steel Blue

📋 copy color: '#4177BE'

red 65 ◦ green 119 ◦ blue 190

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

Shades of Steel Blue #4177BE

Tints of Steel Blue #4177BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.8%

R = 17.38%
G = 31.82%
B = 50.8%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4177BE (or 0x4177BE) is known color: Steel Blue. HEX triplet: 41, 77 and BE. RGB value is (65,119,190). Sum of RGB (Red+Green+Blue) = 65+119+190=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #4177BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4177BE is #BE8841. Grayscale: #6E6E6E. Windows color (decimal): -12486722 or 12482369. OLE color: 12482369.

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

Color convert

RGB 65 119 190 -
CMYK 0.66 0.37 0 0.25
HSL 214.08º 0.49% 0.5% -
HSV(B) 214.08º 0.66% 0.75% -
XYZ 18.07 18.04 51.24 -
YUV 110.95 172.61 95.23 -
System Red Green Blue C M Y K H S L
Decimal 65 119 190 0.66 0.37 0 0.25 214.08 0.49 0.5
Hex 41 77 BE 42 25 0 19 D6 31 32
Octal 101 167 276 102 45 0 31 326 61 62
Binary 1000001 1110111 10111110 1000010 100101 0 11001 11010110 110001 110010

Color Harmonies of #4177BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4177BE

Black with #4177BE

Text Example


Text Example

White with #4177BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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