Html Css Color HEX #4479BE Steel Blue

📋 copy color: '#4479BE'

red 68 ◦ green 121 ◦ blue 190

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

Shades of Steel Blue #4479BE

Tints of Steel Blue #4479BE

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.93%

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

R = 17.94%
G = 31.93%
B = 50.13%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4479BE (or 0x4479BE) is known color: Steel Blue. HEX triplet: 44, 79 and BE. RGB value is (68,121,190). Sum of RGB (Red+Green+Blue) = 68+121+190=379 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.94% from 379); Green value is 121 (47.66% from 255 or 31.93% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #4479BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4479BE is #BB8641. Grayscale: #707070. Windows color (decimal): -12289602 or 12482884. OLE color: 12482884.

HSL color Cylindrical-coordinate representation of color #4479BE: hue angle of 213.93º 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 #4479BE is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 121 190 -
CMYK 0.64 0.36 0 0.25
HSL 213.93º 0.48% 0.51% -
HSV(B) 213.93º 0.64% 0.75% -
XYZ 18.52 18.62 51.33 -
YUV 113.02 171.44 95.89 -
System Red Green Blue C M Y K H S L
Decimal 68 121 190 0.64 0.36 0 0.25 213.93 0.48 0.51
Hex 44 79 BE 40 24 0 19 D6 30 33
Octal 104 171 276 100 44 0 31 326 60 63
Binary 1000100 1111001 10111110 1000000 100100 0 11001 11010110 110000 110011

Color Harmonies of #4479BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4479BE

Black with #4479BE

Text Example


Text Example

White with #4479BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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