Html Css Color HEX #4177BD Steel Blue

📋 copy color: '#4177BD'

red 65 ◦ green 119 ◦ blue 189

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

Shades of Steel Blue #4177BD

Tints of Steel Blue #4177BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.67%

R = 17.43%
G = 31.9%
B = 50.67%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4177BD (or 0x4177BD) is known color: Steel Blue. HEX triplet: 41, 77 and BD. RGB value is (65,119,189). Sum of RGB (Red+Green+Blue) = 65+119+189=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #4177BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4177BD is #BE8842. Grayscale: #6E6E6E. Windows color (decimal): -12486723 or 12416833. OLE color: 12416833.

HSL color Cylindrical-coordinate representation of color #4177BD: hue angle of 213.87º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4177BD is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 119 189 -
CMYK 0.66 0.37 0 0.26
HSL 213.87º 0.49% 0.5% -
HSV(B) 213.87º 0.66% 0.74% -
XYZ 17.96 17.99 50.67 -
YUV 110.83 172.11 95.31 -
System Red Green Blue C M Y K H S L
Decimal 65 119 189 0.66 0.37 0 0.26 213.87 0.49 0.5
Hex 41 77 BD 42 25 0 1A D6 31 32
Octal 101 167 275 102 45 0 32 326 61 62
Binary 1000001 1110111 10111101 1000010 100101 0 11010 11010110 110001 110010

Color Harmonies of #4177BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4177BD

Black with #4177BD

Text Example


Text Example

White with #4177BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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