Html Css Color HEX #4478BE Steel Blue

📋 copy color: '#4478BE'

red 68 ◦ green 120 ◦ blue 190

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

Shades of Steel Blue #4478BE

Tints of Steel Blue #4478BE

RGB

 RED value IS 68 (26.95% from 255) = 17.99%

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

 BLUE value IS 190 (74.61% from 255) = 50.26%

R = 17.99%
G = 31.75%
B = 50.26%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4478BE (or 0x4478BE) is known color: Steel Blue. HEX triplet: 44, 78 and BE. RGB value is (68,120,190). Sum of RGB (Red+Green+Blue) = 68+120+190=378 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.99% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #4478BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4478BE is #BB8741. Grayscale: #707070. Windows color (decimal): -12289858 or 12482628. OLE color: 12482628.

HSL color Cylindrical-coordinate representation of color #4478BE: hue angle of 214.43º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4478BE is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 120 190 -
CMYK 0.64 0.37 0 0.25
HSL 214.43º 0.48% 0.51% -
HSV(B) 214.43º 0.64% 0.75% -
XYZ 18.39 18.38 51.29 -
YUV 112.43 171.77 96.31 -
System Red Green Blue C M Y K H S L
Decimal 68 120 190 0.64 0.37 0 0.25 214.43 0.48 0.51
Hex 44 78 BE 40 25 0 19 D6 30 33
Octal 104 170 276 100 45 0 31 326 60 63
Binary 1000100 1111000 10111110 1000000 100101 0 11001 11010110 110000 110011

Color Harmonies of #4478BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4478BE

Black with #4478BE

Text Example


Text Example

White with #4478BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4478BE; }

 p { color: rgb(68,120,190); }

 H1.HeaderClassName
 {
   color: #4478BE;
 }
 .AnyTagClassName
 {
   color: #4478BE;
 }
</style>

background-color css

<style>
 a { background-color: #4478BE; }

 a { background-color: rgb(68,120,190); }

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

border-color css

<style>
 span { border-color: #4478BE; }

 span { border-color: rgb(68,120,190); }

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