Html Css Color HEX #4882BD Steel Blue

📋 copy color: '#4882BD'

red 72 ◦ green 130 ◦ blue 189

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

Shades of Steel Blue #4882BD

Tints of Steel Blue #4882BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.34%

R = 18.41%
G = 33.25%
B = 48.34%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4882BD (or 0x4882BD) is known color: Steel Blue. HEX triplet: 48, 82 and BD. RGB value is (72,130,189). Sum of RGB (Red+Green+Blue) = 72+130+189=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 130 (51.17% from 255 or 33.25% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #4882BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4882BD is #B77D42. Grayscale: #777777. Windows color (decimal): -12025155 or 12419656. OLE color: 12419656.

HSL color Cylindrical-coordinate representation of color #4882BD: hue angle of 210.26º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4882BD is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 130 189 -
CMYK 0.62 0.31 0 0.26
HSL 210.26º 0.47% 0.51% -
HSV(B) 210.26º 0.62% 0.74% -
XYZ 19.84 21.02 51.16 -
YUV 119.38 167.28 94.2 -
System Red Green Blue C M Y K H S L
Decimal 72 130 189 0.62 0.31 0 0.26 210.26 0.47 0.51
Hex 48 82 BD 3E 1F 0 1A D2 2F 33
Octal 110 202 275 76 37 0 32 322 57 63
Binary 1001000 10000010 10111101 111110 11111 0 11010 11010010 101111 110011

Color Harmonies of #4882BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4882BD

Black with #4882BD

Text Example


Text Example

White with #4882BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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