Html Css Color HEX #4174BF Steel Blue

📋 copy color: '#4174BF'

red 65 ◦ green 116 ◦ blue 191

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

Shades of Steel Blue #4174BF

Tints of Steel Blue #4174BF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.18%

 BLUE value IS 191 (75% from 255) = 51.34%

R = 17.47%
G = 31.18%
B = 51.34%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4174BF (or 0x4174BF) is known color: Steel Blue. HEX triplet: 41, 74 and BF. RGB value is (65,116,191). Sum of RGB (Red+Green+Blue) = 65+116+191=372 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.47% from 372); Green value is 116 (45.70% from 255 or 31.18% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #4174BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174BF is #BE8B40. Grayscale: #6C6C6C. Windows color (decimal): -12487489 or 12547137. OLE color: 12547137.

HSL color Cylindrical-coordinate representation of color #4174BF: hue angle of 215.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4174BF is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 116 191 -
CMYK 0.66 0.39 0 0.25
HSL 215.71º 0.5% 0.5% -
HSV(B) 215.71º 0.66% 0.75% -
XYZ 17.83 17.38 51.7 -
YUV 109.3 174.1 96.4 -
System Red Green Blue C M Y K H S L
Decimal 65 116 191 0.66 0.39 0 0.25 215.71 0.5 0.5
Hex 41 74 BF 42 27 0 19 D8 32 32
Octal 101 164 277 102 47 0 31 330 62 62
Binary 1000001 1110100 10111111 1000010 100111 0 11001 11011000 110010 110010

Color Harmonies of #4174BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4174BF

Black with #4174BF

Text Example


Text Example

White with #4174BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4174BF; }

 p { color: rgb(65,116,191); }

 H1.HeaderClassName
 {
   color: #4174BF;
 }
 .AnyTagClassName
 {
   color: #4174BF;
 }
</style>

background-color css

<style>
 a { background-color: #4174BF; }

 a { background-color: rgb(65,116,191); }

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

border-color css

<style>
 span { border-color: #4174BF; }

 span { border-color: rgb(65,116,191); }

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