Html Css Color HEX #4886BB Steel Blue

📋 copy color: '#4886BB'

red 72 ◦ green 134 ◦ blue 187

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

Shades of Steel Blue #4886BB

Tints of Steel Blue #4886BB

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.1%

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

R = 18.32%
G = 34.1%
B = 47.58%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4886BB (or 0x4886BB) is known color: Steel Blue. HEX triplet: 48, 86 and BB. RGB value is (72,134,187). Sum of RGB (Red+Green+Blue) = 72+134+187=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #4886BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4886BB is #B77944. Grayscale: #797979. Windows color (decimal): -12024133 or 12289608. OLE color: 12289608.

HSL color Cylindrical-coordinate representation of color #4886BB: hue angle of 207.65º 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 #4886BB is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 134 187 -
CMYK 0.61 0.28 0 0.27
HSL 207.65º 0.46% 0.51% -
HSV(B) 207.65º 0.61% 0.73% -
XYZ 20.17 22.02 50.2 -
YUV 121.5 164.96 92.69 -
System Red Green Blue C M Y K H S L
Decimal 72 134 187 0.61 0.28 0 0.27 207.65 0.46 0.51
Hex 48 86 BB 3D 1C 0 1B D0 2E 33
Octal 110 206 273 75 34 0 33 320 56 63
Binary 1001000 10000110 10111011 111101 11100 0 11011 11010000 101110 110011

Color Harmonies of #4886BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4886BB

Black with #4886BB

Text Example


Text Example

White with #4886BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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