Html Css Color HEX #4882BF Steel Blue

📋 copy color: '#4882BF'

red 72 ◦ green 130 ◦ blue 191

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

Shades of Steel Blue #4882BF

Tints of Steel Blue #4882BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.6%

R = 18.32%
G = 33.08%
B = 48.6%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4882BF (or 0x4882BF) is known color: Steel Blue. HEX triplet: 48, 82 and BF. RGB value is (72,130,191). Sum of RGB (Red+Green+Blue) = 72+130+191=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #4882BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4882BF is #B77D40. Grayscale: #777777. Windows color (decimal): -12025153 or 12550728. OLE color: 12550728.

HSL color Cylindrical-coordinate representation of color #4882BF: hue angle of 210.76º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4882BF is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 130 191 -
CMYK 0.62 0.32 0 0.25
HSL 210.76º 0.48% 0.52% -
HSV(B) 210.76º 0.62% 0.75% -
XYZ 20.06 21.1 52.31 -
YUV 119.61 168.28 94.04 -
System Red Green Blue C M Y K H S L
Decimal 72 130 191 0.62 0.32 0 0.25 210.76 0.48 0.52
Hex 48 82 BF 3E 20 0 19 D3 30 34
Octal 110 202 277 76 40 0 31 323 60 64
Binary 1001000 10000010 10111111 111110 100000 0 11001 11010011 110000 110100

Color Harmonies of #4882BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4882BF

Black with #4882BF

Text Example


Text Example

White with #4882BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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