Html Css Color HEX #4178BD Steel Blue

📋 copy color: '#4178BD'

red 65 ◦ green 120 ◦ blue 189

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

Shades of Steel Blue #4178BD

Tints of Steel Blue #4178BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.53%

R = 17.38%
G = 32.09%
B = 50.53%

CMYK

 C value IS 0.66

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4178BD (or 0x4178BD) is known color: Steel Blue. HEX triplet: 41, 78 and BD. RGB value is (65,120,189). Sum of RGB (Red+Green+Blue) = 65+120+189=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #4178BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4178BD is #BE8742. Grayscale: #6F6F6F. Windows color (decimal): -12486467 or 12417089. OLE color: 12417089.

HSL color Cylindrical-coordinate representation of color #4178BD: hue angle of 213.39º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4178BD is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 120 189 -
CMYK 0.66 0.37 0 0.26
HSL 213.39º 0.49% 0.5% -
HSV(B) 213.39º 0.66% 0.74% -
XYZ 18.08 18.23 50.71 -
YUV 111.42 171.78 94.89 -
System Red Green Blue C M Y K H S L
Decimal 65 120 189 0.66 0.37 0 0.26 213.39 0.49 0.5
Hex 41 78 BD 42 25 0 1A D5 31 32
Octal 101 170 275 102 45 0 32 325 61 62
Binary 1000001 1111000 10111101 1000010 100101 0 11010 11010101 110001 110010

Color Harmonies of #4178BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4178BD

Black with #4178BD

Text Example


Text Example

White with #4178BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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