Html Css Color HEX #4174BC Steel Blue

📋 copy color: '#4174BC'

red 65 ◦ green 116 ◦ blue 188

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

Shades of Steel Blue #4174BC

Tints of Steel Blue #4174BC

RGB

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

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

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

R = 17.62%
G = 31.44%
B = 50.95%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4174BC (or 0x4174BC) is known color: Steel Blue. HEX triplet: 41, 74 and BC. RGB value is (65,116,188). Sum of RGB (Red+Green+Blue) = 65+116+188=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #4174BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4174BC is #BE8B43. Grayscale: #6C6C6C. Windows color (decimal): -12487492 or 12350529. OLE color: 12350529.

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

Color convert

RGB 65 116 188 -
CMYK 0.65 0.38 0 0.26
HSL 215.12º 0.49% 0.5% -
HSV(B) 215.12º 0.65% 0.74% -
XYZ 17.5 17.25 49.98 -
YUV 108.96 172.6 96.65 -
System Red Green Blue C M Y K H S L
Decimal 65 116 188 0.65 0.38 0 0.26 215.12 0.49 0.5
Hex 41 74 BC 41 26 0 1A D7 31 32
Octal 101 164 274 101 46 0 32 327 61 62
Binary 1000001 1110100 10111100 1000001 100110 0 11010 11010111 110001 110010

Color Harmonies of #4174BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4174BC

Black with #4174BC

Text Example


Text Example

White with #4174BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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