Html Css Color HEX #4484BE Steel Blue

📋 copy color: '#4484BE'

red 68 ◦ green 132 ◦ blue 190

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

Shades of Steel Blue #4484BE

Tints of Steel Blue #4484BE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.85%

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

R = 17.44%
G = 33.85%
B = 48.72%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4484BE (or 0x4484BE) is known color: Steel Blue. HEX triplet: 44, 84 and BE. RGB value is (68,132,190). Sum of RGB (Red+Green+Blue) = 68+132+190=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #4484BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4484BE is #BB7B41. Grayscale: #777777. Windows color (decimal): -12286786 or 12485700. OLE color: 12485700.

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

Color convert

RGB 68 132 190 -
CMYK 0.64 0.31 0 0.25
HSL 208.52º 0.48% 0.51% -
HSV(B) 208.52º 0.64% 0.75% -
XYZ 19.93 21.45 51.8 -
YUV 119.48 167.8 91.28 -
System Red Green Blue C M Y K H S L
Decimal 68 132 190 0.64 0.31 0 0.25 208.52 0.48 0.51
Hex 44 84 BE 40 1F 0 19 D1 30 33
Octal 104 204 276 100 37 0 31 321 60 63
Binary 1000100 10000100 10111110 1000000 11111 0 11001 11010001 110000 110011

Color Harmonies of #4484BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4484BE

Black with #4484BE

Text Example


Text Example

White with #4484BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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