Html Css Color HEX #4882BA Steel Blue

📋 copy color: '#4882BA'

red 72 ◦ green 130 ◦ blue 186

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

Shades of Steel Blue #4882BA

Tints of Steel Blue #4882BA

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

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

R = 18.56%
G = 33.51%
B = 47.94%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4882BA (or 0x4882BA) is known color: Steel Blue. HEX triplet: 48, 82 and BA. RGB value is (72,130,186). Sum of RGB (Red+Green+Blue) = 72+130+186=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #4882BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4882BA is #B77D45. Grayscale: #767676. Windows color (decimal): -12025158 or 12223048. OLE color: 12223048.

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

Color convert

RGB 72 130 186 -
CMYK 0.61 0.30 0 0.27
HSL 209.47º 0.45% 0.51% -
HSV(B) 209.47º 0.61% 0.73% -
XYZ 19.52 20.89 49.46 -
YUV 119.04 165.78 94.45 -
System Red Green Blue C M Y K H S L
Decimal 72 130 186 0.61 0.30 0 0.27 209.47 0.45 0.51
Hex 48 82 BA 3D 1E 0 1B D1 2D 33
Octal 110 202 272 75 36 0 33 321 55 63
Binary 1001000 10000010 10111010 111101 11110 0 11011 11010001 101101 110011

Color Harmonies of #4882BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4882BA

Black with #4882BA

Text Example


Text Example

White with #4882BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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