Html Css Color HEX #4881BE Steel Blue

📋 copy color: '#4881BE'

red 72 ◦ green 129 ◦ blue 190

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

Shades of Steel Blue #4881BE

Tints of Steel Blue #4881BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.99%

 BLUE value IS 190 (74.61% from 255) = 48.59%

R = 18.41%
G = 32.99%
B = 48.59%

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

#4881BE (or 0x4881BE) is known color: Steel Blue. HEX triplet: 48, 81 and BE. RGB value is (72,129,190). Sum of RGB (Red+Green+Blue) = 72+129+190=391 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.41% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #4881BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4881BE is #B77E41. Grayscale: #767676. Windows color (decimal): -12025410 or 12484936. OLE color: 12484936.

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

Color convert

RGB 72 129 190 -
CMYK 0.62 0.32 0 0.25
HSL 211.02º 0.48% 0.51% -
HSV(B) 211.02º 0.62% 0.75% -
XYZ 19.82 20.8 51.68 -
YUV 118.91 168.12 94.54 -
System Red Green Blue C M Y K H S L
Decimal 72 129 190 0.62 0.32 0 0.25 211.02 0.48 0.51
Hex 48 81 BE 3E 20 0 19 D3 30 33
Octal 110 201 276 76 40 0 31 323 60 63
Binary 1001000 10000001 10111110 111110 100000 0 11001 11010011 110000 110011

Color Harmonies of #4881BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4881BE

Black with #4881BE

Text Example


Text Example

White with #4881BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4881BE; }

 p { color: rgb(72,129,190); }

 H1.HeaderClassName
 {
   color: #4881BE;
 }
 .AnyTagClassName
 {
   color: #4881BE;
 }
</style>

background-color css

<style>
 a { background-color: #4881BE; }

 a { background-color: rgb(72,129,190); }

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

border-color css

<style>
 span { border-color: #4881BE; }

 span { border-color: rgb(72,129,190); }

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