Html Css Color HEX #4882A5 Steel Blue

📋 copy color: '#4882A5'

red 72 ◦ green 130 ◦ blue 165

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

Shades of Steel Blue #4882A5

Tints of Steel Blue #4882A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.96%

R = 19.62%
G = 35.42%
B = 44.96%

CMYK

 C value IS 0.56

 M value IS 0.21

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4882A5 (or 0x4882A5) is known color: Steel Blue. HEX triplet: 48, 82 and A5. RGB value is (72,130,165). Sum of RGB (Red+Green+Blue) = 72+130+165=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 130 (51.17% from 255 or 35.42% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 165 - color contains mainly: blue. Hex color #4882A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4882A5 is #B77D5A. Grayscale: #747474. Windows color (decimal): -12025179 or 10846792. OLE color: 10846792.

HSL color Cylindrical-coordinate representation of color #4882A5: hue angle of 202.58º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4882A5 is Cyan = 0.56, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 72 130 165 -
CMYK 0.56 0.21 0 0.35
HSL 202.58º 0.39% 0.46% -
HSV(B) 202.58º 0.56% 0.65% -
XYZ 17.45 20.06 38.55 -
YUV 116.65 155.28 96.15 -
System Red Green Blue C M Y K H S L
Decimal 72 130 165 0.56 0.21 0 0.35 202.58 0.39 0.46
Hex 48 82 A5 38 15 0 23 CB 27 2E
Octal 110 202 245 70 25 0 43 313 47 56
Binary 1001000 10000010 10100101 111000 10101 0 100011 11001011 100111 101110

Color Harmonies of #4882A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4882A5

Black with #4882A5

Text Example


Text Example

White with #4882A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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