Html Css Color HEX #4176BC Steel Blue

📋 copy color: '#4176BC'

red 65 ◦ green 118 ◦ blue 188

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

Shades of Steel Blue #4176BC

Tints of Steel Blue #4176BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.67%

R = 17.52%
G = 31.81%
B = 50.67%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4176BC (or 0x4176BC) is known color: Steel Blue. HEX triplet: 41, 76 and BC. RGB value is (65,118,188). Sum of RGB (Red+Green+Blue) = 65+118+188=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #4176BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4176BC is #BE8943. Grayscale: #6D6D6D. Windows color (decimal): -12486980 or 12351041. OLE color: 12351041.

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

Color convert

RGB 65 118 188 -
CMYK 0.65 0.37 0 0.26
HSL 214.15º 0.49% 0.5% -
HSV(B) 214.15º 0.65% 0.74% -
XYZ 17.74 17.71 50.06 -
YUV 110.13 171.94 95.81 -
System Red Green Blue C M Y K H S L
Decimal 65 118 188 0.65 0.37 0 0.26 214.15 0.49 0.5
Hex 41 76 BC 41 25 0 1A D6 31 32
Octal 101 166 274 101 45 0 32 326 61 62
Binary 1000001 1110110 10111100 1000001 100101 0 11010 11010110 110001 110010

Color Harmonies of #4176BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4176BC

Black with #4176BC

Text Example


Text Example

White with #4176BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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