Html Css Color HEX #4178BF Steel Blue

📋 copy color: '#4178BF'

red 65 ◦ green 120 ◦ blue 191

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

Shades of Steel Blue #4178BF

Tints of Steel Blue #4178BF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.91%

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

R = 17.29%
G = 31.91%
B = 50.8%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4178BF (or 0x4178BF) is known color: Steel Blue. HEX triplet: 41, 78 and BF. RGB value is (65,120,191). Sum of RGB (Red+Green+Blue) = 65+120+191=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 120 (47.27% from 255 or 31.91% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #4178BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4178BF is #BE8740. Grayscale: #6F6F6F. Windows color (decimal): -12486465 or 12548161. OLE color: 12548161.

HSL color Cylindrical-coordinate representation of color #4178BF: hue angle of 213.81º 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 #4178BF is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 65 120 191 -
CMYK 0.66 0.37 0 0.25
HSL 213.81º 0.5% 0.5% -
HSV(B) 213.81º 0.66% 0.75% -
XYZ 18.3 18.32 51.86 -
YUV 111.65 172.78 94.73 -
System Red Green Blue C M Y K H S L
Decimal 65 120 191 0.66 0.37 0 0.25 213.81 0.5 0.5
Hex 41 78 BF 42 25 0 19 D6 32 32
Octal 101 170 277 102 45 0 31 326 62 62
Binary 1000001 1111000 10111111 1000010 100101 0 11001 11010110 110010 110010

Color Harmonies of #4178BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4178BF

Black with #4178BF

Text Example


Text Example

White with #4178BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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