Html Css Color HEX #4886BD Steel Blue

📋 copy color: '#4886BD'

red 72 ◦ green 134 ◦ blue 189

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

Shades of Steel Blue #4886BD

Tints of Steel Blue #4886BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.85%

R = 18.23%
G = 33.92%
B = 47.85%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4886BD (or 0x4886BD) is known color: Steel Blue. HEX triplet: 48, 86 and BD. RGB value is (72,134,189). Sum of RGB (Red+Green+Blue) = 72+134+189=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 189 (74.22% from 255 or 47.85% from 395); Max value from RGB is 189 - color contains mainly: blue. Hex color #4886BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4886BD is #B77942. Grayscale: #797979. Windows color (decimal): -12024131 or 12420680. OLE color: 12420680.

HSL color Cylindrical-coordinate representation of color #4886BD: hue angle of 208.21º degrees, saturation: 0.47, 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 #4886BD is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 72 134 189 -
CMYK 0.62 0.29 0 0.26
HSL 208.21º 0.47% 0.51% -
HSV(B) 208.21º 0.62% 0.74% -
XYZ 20.38 22.1 51.34 -
YUV 121.73 165.96 92.53 -
System Red Green Blue C M Y K H S L
Decimal 72 134 189 0.62 0.29 0 0.26 208.21 0.47 0.51
Hex 48 86 BD 3E 1D 0 1A D0 2F 33
Octal 110 206 275 76 35 0 32 320 57 63
Binary 1001000 10000110 10111101 111110 11101 0 11010 11010000 101111 110011

Color Harmonies of #4886BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4886BD

Black with #4886BD

Text Example


Text Example

White with #4886BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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