Html Css Color HEX #4176BD Steel Blue

📋 copy color: '#4176BD'

red 65 ◦ green 118 ◦ blue 189

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

Shades of Steel Blue #4176BD

Tints of Steel Blue #4176BD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.72%

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

R = 17.47%
G = 31.72%
B = 50.81%

CMYK

 C value IS 0.66

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4176BD (or 0x4176BD) is known color: Steel Blue. HEX triplet: 41, 76 and BD. RGB value is (65,118,189). Sum of RGB (Red+Green+Blue) = 65+118+189=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #4176BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4176BD is #BE8942. Grayscale: #6D6D6D. Windows color (decimal): -12486979 or 12416577. OLE color: 12416577.

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

Color convert

RGB 65 118 189 -
CMYK 0.66 0.38 0 0.26
HSL 214.35º 0.49% 0.5% -
HSV(B) 214.35º 0.66% 0.74% -
XYZ 17.84 17.75 50.63 -
YUV 110.25 172.44 95.73 -
System Red Green Blue C M Y K H S L
Decimal 65 118 189 0.66 0.38 0 0.26 214.35 0.49 0.5
Hex 41 76 BD 42 26 0 1A D6 31 32
Octal 101 166 275 102 46 0 32 326 61 62
Binary 1000001 1110110 10111101 1000010 100110 0 11010 11010110 110001 110010

Color Harmonies of #4176BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4176BD

Black with #4176BD

Text Example


Text Example

White with #4176BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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