Html Css Color HEX #4886BA Steel Blue

📋 copy color: '#4886BA'

red 72 ◦ green 134 ◦ blue 186

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

Shades of Steel Blue #4886BA

Tints of Steel Blue #4886BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.18%

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

R = 18.37%
G = 34.18%
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

#4886BA (or 0x4886BA) is known color: Steel Blue. HEX triplet: 48, 86 and BA. RGB value is (72,134,186). Sum of RGB (Red+Green+Blue) = 72+134+186=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 134 (52.73% from 255 or 34.18% 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 #4886BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4886BA is #B77945. Grayscale: #797979. Windows color (decimal): -12024134 or 12224072. OLE color: 12224072.

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

Color convert

RGB 72 134 186 -
CMYK 0.61 0.28 0 0.27
HSL 207.37º 0.45% 0.51% -
HSV(B) 207.37º 0.61% 0.73% -
XYZ 20.06 21.97 49.64 -
YUV 121.39 164.46 92.77 -
System Red Green Blue C M Y K H S L
Decimal 72 134 186 0.61 0.28 0 0.27 207.37 0.45 0.51
Hex 48 86 BA 3D 1C 0 1B CF 2D 33
Octal 110 206 272 75 34 0 33 317 55 63
Binary 1001000 10000110 10111010 111101 11100 0 11011 11001111 101101 110011

Color Harmonies of #4886BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4886BA

Black with #4886BA

Text Example


Text Example

White with #4886BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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