Html Css Color HEX #4881BB Steel Blue

📋 copy color: '#4881BB'

red 72 ◦ green 129 ◦ blue 187

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

Shades of Steel Blue #4881BB

Tints of Steel Blue #4881BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.2%

R = 18.56%
G = 33.25%
B = 48.2%

CMYK

 C value IS 0.61

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4881BB (or 0x4881BB) is known color: Steel Blue. HEX triplet: 48, 81 and BB. RGB value is (72,129,187). Sum of RGB (Red+Green+Blue) = 72+129+187=388 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.56% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 187 (73.44% from 255 or 48.20% from 388); Max value from RGB is 187 - color contains mainly: blue. Hex color #4881BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4881BB is #B77E44. Grayscale: #767676. Windows color (decimal): -12025413 or 12288328. OLE color: 12288328.

HSL color Cylindrical-coordinate representation of color #4881BB: hue angle of 210.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4881BB is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 129 187 -
CMYK 0.61 0.31 0 0.27
HSL 210.26º 0.46% 0.51% -
HSV(B) 210.26º 0.61% 0.73% -
XYZ 19.49 20.67 49.98 -
YUV 118.57 166.62 94.78 -
System Red Green Blue C M Y K H S L
Decimal 72 129 187 0.61 0.31 0 0.27 210.26 0.46 0.51
Hex 48 81 BB 3D 1F 0 1B D2 2E 33
Octal 110 201 273 75 37 0 33 322 56 63
Binary 1001000 10000001 10111011 111101 11111 0 11011 11010010 101110 110011

Color Harmonies of #4881BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4881BB

Black with #4881BB

Text Example


Text Example

White with #4881BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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