Html Css Color HEX #4179C1 Steel Blue

📋 copy color: '#4179C1'

red 65 ◦ green 121 ◦ blue 193

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

Shades of Steel Blue #4179C1

Tints of Steel Blue #4179C1

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.93%

 BLUE value IS 193 (75.78% from 255) = 50.92%

R = 17.15%
G = 31.93%
B = 50.92%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#4179C1 (or 0x4179C1) is known color: Steel Blue. HEX triplet: 41, 79 and C1. RGB value is (65,121,193). Sum of RGB (Red+Green+Blue) = 65+121+193=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #4179C1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4179C1 is #BE863E. Grayscale: #707070. Windows color (decimal): -12486207 or 12679489. OLE color: 12679489.

HSL color Cylindrical-coordinate representation of color #4179C1: hue angle of 213.75º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4179C1 is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 65 121 193 -
CMYK 0.66 0.37 0 0.24
HSL 213.75º 0.51% 0.51% -
HSV(B) 213.75º 0.66% 0.76% -
XYZ 18.64 18.65 53.07 -
YUV 112.46 173.45 94.15 -
System Red Green Blue C M Y K H S L
Decimal 65 121 193 0.66 0.37 0 0.24 213.75 0.51 0.51
Hex 41 79 C1 42 25 0 18 D6 33 33
Octal 101 171 301 102 45 0 30 326 63 63
Binary 1000001 1111001 11000001 1000010 100101 0 11000 11010110 110011 110011

Color Harmonies of #4179C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4179C1

Black with #4179C1

Text Example


Text Example

White with #4179C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4179C1; }

 p { color: rgb(65,121,193); }

 H1.HeaderClassName
 {
   color: #4179C1;
 }
 .AnyTagClassName
 {
   color: #4179C1;
 }
</style>

background-color css

<style>
 a { background-color: #4179C1; }

 a { background-color: rgb(65,121,193); }

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

border-color css

<style>
 span { border-color: #4179C1; }

 span { border-color: rgb(65,121,193); }

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