Html Css Color HEX #4479BB Steel Blue

📋 copy color: '#4479BB'

red 68 ◦ green 121 ◦ blue 187

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

Shades of Steel Blue #4479BB

Tints of Steel Blue #4479BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.73%

R = 18.09%
G = 32.18%
B = 49.73%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4479BB (or 0x4479BB) is known color: Steel Blue. HEX triplet: 44, 79 and BB. RGB value is (68,121,187). Sum of RGB (Red+Green+Blue) = 68+121+187=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 121 (47.66% from 255 or 32.18% from 376); Blue value is 187 (73.44% from 255 or 49.73% from 376); Max value from RGB is 187 - color contains mainly: blue. Hex color #4479BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4479BB is #BB8644. Grayscale: #707070. Windows color (decimal): -12289605 or 12286276. OLE color: 12286276.

HSL color Cylindrical-coordinate representation of color #4479BB: hue angle of 213.28º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4479BB is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 121 187 -
CMYK 0.64 0.35 0 0.27
HSL 213.28º 0.47% 0.5% -
HSV(B) 213.28º 0.64% 0.73% -
XYZ 18.19 18.49 49.62 -
YUV 112.68 169.94 96.13 -
System Red Green Blue C M Y K H S L
Decimal 68 121 187 0.64 0.35 0 0.27 213.28 0.47 0.5
Hex 44 79 BB 40 23 0 1B D5 2F 32
Octal 104 171 273 100 43 0 33 325 57 62
Binary 1000100 1111001 10111011 1000000 100011 0 11011 11010101 101111 110010

Color Harmonies of #4479BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4479BB

Black with #4479BB

Text Example


Text Example

White with #4479BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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