Html Css Color HEX #4178BC Steel Blue

📋 copy color: '#4178BC'

red 65 ◦ green 120 ◦ blue 188

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

Shades of Steel Blue #4178BC

Tints of Steel Blue #4178BC

RGB

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

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

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

R = 17.43%
G = 32.17%
B = 50.4%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4178BC (or 0x4178BC) is known color: Steel Blue. HEX triplet: 41, 78 and BC. RGB value is (65,120,188). Sum of RGB (Red+Green+Blue) = 65+120+188=373 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.43% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #4178BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4178BC is #BE8743. Grayscale: #6E6E6E. Windows color (decimal): -12486468 or 12351553. OLE color: 12351553.

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

Color convert

RGB 65 120 188 -
CMYK 0.65 0.36 0 0.26
HSL 213.17º 0.49% 0.5% -
HSV(B) 213.17º 0.65% 0.74% -
XYZ 17.97 18.19 50.14 -
YUV 111.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 65 120 188 0.65 0.36 0 0.26 213.17 0.49 0.5
Hex 41 78 BC 41 24 0 1A D5 31 32
Octal 101 170 274 101 44 0 32 325 61 62
Binary 1000001 1111000 10111100 1000001 100100 0 11010 11010101 110001 110010

Color Harmonies of #4178BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4178BC

Black with #4178BC

Text Example


Text Example

White with #4178BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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