Html Css Color HEX #4177C0 Steel Blue

📋 copy color: '#4177C0'

red 65 ◦ green 119 ◦ blue 192

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

Shades of Steel Blue #4177C0

Tints of Steel Blue #4177C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.06%

R = 17.29%
G = 31.65%
B = 51.06%

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

#4177C0 (or 0x4177C0) is known color: Steel Blue. HEX triplet: 41, 77 and C0. RGB value is (65,119,192). Sum of RGB (Red+Green+Blue) = 65+119+192=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 192 (75.39% from 255 or 51.06% from 376); Max value from RGB is 192 - color contains mainly: blue. Hex color #4177C0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4177C0 is #BE883F. Grayscale: #6E6E6E. Windows color (decimal): -12486720 or 12613441. OLE color: 12613441.

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

Color convert

RGB 65 119 192 -
CMYK 0.66 0.38 0 0.25
HSL 214.49º 0.5% 0.5% -
HSV(B) 214.49º 0.66% 0.75% -
XYZ 18.29 18.12 52.4 -
YUV 111.18 173.61 95.06 -
System Red Green Blue C M Y K H S L
Decimal 65 119 192 0.66 0.38 0 0.25 214.49 0.5 0.5
Hex 41 77 C0 42 26 0 19 D6 32 32
Octal 101 167 300 102 46 0 31 326 62 62
Binary 1000001 1110111 11000000 1000010 100110 0 11001 11010110 110010 110010

Color Harmonies of #4177C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4177C0

Black with #4177C0

Text Example


Text Example

White with #4177C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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