Html Css Color HEX #4484BA Steel Blue

📋 copy color: '#4484BA'

red 68 ◦ green 132 ◦ blue 186

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

Shades of Steel Blue #4484BA

Tints of Steel Blue #4484BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 17.62%
G = 34.2%
B = 48.19%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4484BA (or 0x4484BA) is known color: Steel Blue. HEX triplet: 44, 84 and BA. RGB value is (68,132,186). Sum of RGB (Red+Green+Blue) = 68+132+186=386 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.62% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #4484BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4484BA is #BB7B45. Grayscale: #767676. Windows color (decimal): -12286790 or 12223556. OLE color: 12223556.

HSL color Cylindrical-coordinate representation of color #4484BA: hue angle of 207.46º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4484BA is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 132 186 -
CMYK 0.63 0.29 0 0.27
HSL 207.46º 0.46% 0.5% -
HSV(B) 207.46º 0.63% 0.73% -
XYZ 19.5 21.28 49.53 -
YUV 119.02 165.8 91.61 -
System Red Green Blue C M Y K H S L
Decimal 68 132 186 0.63 0.29 0 0.27 207.46 0.46 0.5
Hex 44 84 BA 3F 1D 0 1B CF 2E 32
Octal 104 204 272 77 35 0 33 317 56 62
Binary 1000100 10000100 10111010 111111 11101 0 11011 11001111 101110 110010

Color Harmonies of #4484BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4484BA

Black with #4484BA

Text Example


Text Example

White with #4484BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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