Html Css Color HEX #4178BA Steel Blue

📋 copy color: '#4178BA'

red 65 ◦ green 120 ◦ blue 186

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

Shades of Steel Blue #4178BA

Tints of Steel Blue #4178BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.13%

R = 17.52%
G = 32.35%
B = 50.13%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4178BA (or 0x4178BA) is known color: Steel Blue. HEX triplet: 41, 78 and BA. RGB value is (65,120,186). Sum of RGB (Red+Green+Blue) = 65+120+186=371 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.52% from 371); Green value is 120 (47.27% from 255 or 32.35% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #4178BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4178BA is #BE8745. Grayscale: #6E6E6E. Windows color (decimal): -12486470 or 12220481. OLE color: 12220481.

HSL color Cylindrical-coordinate representation of color #4178BA: hue angle of 212.73º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4178BA is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 65 120 186 -
CMYK 0.65 0.35 0 0.27
HSL 212.73º 0.48% 0.49% -
HSV(B) 212.73º 0.65% 0.73% -
XYZ 17.76 18.1 49.01 -
YUV 111.08 170.28 95.13 -
System Red Green Blue C M Y K H S L
Decimal 65 120 186 0.65 0.35 0 0.27 212.73 0.48 0.49
Hex 41 78 BA 41 23 0 1B D5 30 31
Octal 101 170 272 101 43 0 33 325 60 61
Binary 1000001 1111000 10111010 1000001 100011 0 11011 11010101 110000 110001

Color Harmonies of #4178BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4178BA

Black with #4178BA

Text Example


Text Example

White with #4178BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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