Html Css Color HEX #4885BA Steel Blue

📋 copy color: '#4885BA'

red 72 ◦ green 133 ◦ blue 186

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

Shades of Steel Blue #4885BA

Tints of Steel Blue #4885BA

RGB

 RED value IS 72 (28.52% from 255) = 18.41%

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

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

R = 18.41%
G = 34.02%
B = 47.57%

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

#4885BA (or 0x4885BA) is known color: Steel Blue. HEX triplet: 48, 85 and BA. RGB value is (72,133,186). Sum of RGB (Red+Green+Blue) = 72+133+186=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #4885BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885BA is #B77A45. Grayscale: #787878. Windows color (decimal): -12024390 or 12223816. OLE color: 12223816.

HSL color Cylindrical-coordinate representation of color #4885BA: hue angle of 207.89º 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 #4885BA is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 133 186 -
CMYK 0.61 0.28 0 0.27
HSL 207.89º 0.45% 0.51% -
HSV(B) 207.89º 0.61% 0.73% -
XYZ 19.92 21.7 49.59 -
YUV 120.8 164.79 93.19 -
System Red Green Blue C M Y K H S L
Decimal 72 133 186 0.61 0.28 0 0.27 207.89 0.45 0.51
Hex 48 85 BA 3D 1C 0 1B D0 2D 33
Octal 110 205 272 75 34 0 33 320 55 63
Binary 1001000 10000101 10111010 111101 11100 0 11011 11010000 101101 110011

Color Harmonies of #4885BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4885BA

Black with #4885BA

Text Example


Text Example

White with #4885BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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