Html Css Color HEX #4179BB Steel Blue

📋 copy color: '#4179BB'

red 65 ◦ green 121 ◦ blue 187

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

Shades of Steel Blue #4179BB

Tints of Steel Blue #4179BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.13%

R = 17.43%
G = 32.44%
B = 50.13%

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

#4179BB (or 0x4179BB) is known color: Steel Blue. HEX triplet: 41, 79 and BB. RGB value is (65,121,187). Sum of RGB (Red+Green+Blue) = 65+121+187=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 187 (73.44% from 255 or 50.13% from 373); Max value from RGB is 187 - color contains mainly: blue. Hex color #4179BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4179BB is #BE8644. Grayscale: #6F6F6F. Windows color (decimal): -12486213 or 12286273. OLE color: 12286273.

HSL color Cylindrical-coordinate representation of color #4179BB: hue angle of 212.46º 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 #4179BB is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 121 187 -
CMYK 0.65 0.35 0 0.27
HSL 212.46º 0.48% 0.49% -
HSV(B) 212.46º 0.65% 0.73% -
XYZ 17.99 18.39 49.61 -
YUV 111.78 170.45 94.63 -
System Red Green Blue C M Y K H S L
Decimal 65 121 187 0.65 0.35 0 0.27 212.46 0.48 0.49
Hex 41 79 BB 41 23 0 1B D4 30 31
Octal 101 171 273 101 43 0 33 324 60 61
Binary 1000001 1111001 10111011 1000001 100011 0 11011 11010100 110000 110001

Color Harmonies of #4179BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4179BB

Black with #4179BB

Text Example


Text Example

White with #4179BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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