Html Css Color HEX #4985BA Steel Blue

📋 copy color: '#4985BA'

red 73 ◦ green 133 ◦ blue 186

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

Shades of Steel Blue #4985BA

Tints of Steel Blue #4985BA

RGB

 RED value IS 73 (28.91% from 255) = 18.62%

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 18.62%
G = 33.93%
B = 47.45%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4985BA (or 0x4985BA) is known color: Steel Blue. HEX triplet: 49, 85 and BA. RGB value is (73,133,186). Sum of RGB (Red+Green+Blue) = 73+133+186=392 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.62% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #4985BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4985BA is #B67A45. Grayscale: #787878. Windows color (decimal): -11958854 or 12223817. OLE color: 12223817.

HSL color Cylindrical-coordinate representation of color #4985BA: hue angle of 208.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4985BA is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 133 186 -
CMYK 0.61 0.28 0 0.27
HSL 208.14º 0.45% 0.51% -
HSV(B) 208.14º 0.61% 0.73% -
XYZ 20 21.74 49.6 -
YUV 121.1 164.62 93.69 -
System Red Green Blue C M Y K H S L
Decimal 73 133 186 0.61 0.28 0 0.27 208.14 0.45 0.51
Hex 49 85 BA 3D 1C 0 1B D0 2D 33
Octal 111 205 272 75 34 0 33 320 55 63
Binary 1001001 10000101 10111010 111101 11100 0 11011 11010000 101101 110011

Color Harmonies of #4985BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4985BA

Black with #4985BA

Text Example


Text Example

White with #4985BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,133,186); }

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

background-color css

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

 a { background-color: rgb(73,133,186); }

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

border-color css

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

 span { border-color: rgb(73,133,186); }

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