Html Css Color HEX #4179BA Steel Blue

📋 copy color: '#4179BA'

red 65 ◦ green 121 ◦ blue 186

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

Shades of Steel Blue #4179BA

Tints of Steel Blue #4179BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50%

R = 17.47%
G = 32.53%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4179BA (or 0x4179BA) is known color: Steel Blue. HEX triplet: 41, 79 and BA. RGB value is (65,121,186). Sum of RGB (Red+Green+Blue) = 65+121+186=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 121 (47.66% from 255 or 32.53% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #4179BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4179BA is #BE8645. Grayscale: #6F6F6F. Windows color (decimal): -12486214 or 12220737. OLE color: 12220737.

HSL color Cylindrical-coordinate representation of color #4179BA: hue angle of 212.23º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4179BA is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 121 186 -
CMYK 0.65 0.35 0 0.27
HSL 212.23º 0.48% 0.49% -
HSV(B) 212.23º 0.65% 0.73% -
XYZ 17.88 18.34 49.05 -
YUV 111.67 169.95 94.71 -
System Red Green Blue C M Y K H S L
Decimal 65 121 186 0.65 0.35 0 0.27 212.23 0.48 0.49
Hex 41 79 BA 41 23 0 1B D4 30 31
Octal 101 171 272 101 43 0 33 324 60 61
Binary 1000001 1111001 10111010 1000001 100011 0 11011 11010100 110000 110001

Color Harmonies of #4179BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4179BA

Black with #4179BA

Text Example


Text Example

White with #4179BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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