Html Css Color HEX #4881BC Steel Blue

📋 copy color: '#4881BC'

red 72 ◦ green 129 ◦ blue 188

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

Shades of Steel Blue #4881BC

Tints of Steel Blue #4881BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 18.51%
G = 33.16%
B = 48.33%

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

#4881BC (or 0x4881BC) is known color: Steel Blue. HEX triplet: 48, 81 and BC. RGB value is (72,129,188). Sum of RGB (Red+Green+Blue) = 72+129+188=389 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.51% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #4881BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4881BC is #B77E43. Grayscale: #767676. Windows color (decimal): -12025412 or 12353864. OLE color: 12353864.

HSL color Cylindrical-coordinate representation of color #4881BC: hue angle of 210.52º degrees, saturation: 0.46, 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 #4881BC is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 129 188 -
CMYK 0.62 0.31 0 0.26
HSL 210.52º 0.46% 0.51% -
HSV(B) 210.52º 0.62% 0.74% -
XYZ 19.6 20.71 50.54 -
YUV 118.68 167.12 94.7 -
System Red Green Blue C M Y K H S L
Decimal 72 129 188 0.62 0.31 0 0.26 210.52 0.46 0.51
Hex 48 81 BC 3E 1F 0 1A D3 2E 33
Octal 110 201 274 76 37 0 32 323 56 63
Binary 1001000 10000001 10111100 111110 11111 0 11010 11010011 101110 110011

Color Harmonies of #4881BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4881BC

Black with #4881BC

Text Example


Text Example

White with #4881BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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