Html Css Color HEX #4886B3 Steel Blue

📋 copy color: '#4886B3'

red 72 ◦ green 134 ◦ blue 179

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

Shades of Steel Blue #4886B3

Tints of Steel Blue #4886B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 46.49%

R = 18.7%
G = 34.81%
B = 46.49%

CMYK

 C value IS 0.60

 M value IS 0.25

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#4886B3 (or 0x4886B3) is known color: Steel Blue. HEX triplet: 48, 86 and B3. RGB value is (72,134,179). Sum of RGB (Red+Green+Blue) = 72+134+179=385 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.70% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 179 (70.31% from 255 or 46.49% from 385); Max value from RGB is 179 - color contains mainly: blue. Hex color #4886B3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4886B3 is #B7794C. Grayscale: #787878. Windows color (decimal): -12024141 or 11765320. OLE color: 11765320.

HSL color Cylindrical-coordinate representation of color #4886B3: hue angle of 205.23º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4886B3 is Cyan = 0.60, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 72 134 179 -
CMYK 0.60 0.25 0 0.30
HSL 205.23º 0.43% 0.49% -
HSV(B) 205.23º 0.6% 0.7% -
XYZ 19.33 21.68 45.81 -
YUV 120.59 160.96 93.34 -
System Red Green Blue C M Y K H S L
Decimal 72 134 179 0.60 0.25 0 0.30 205.23 0.43 0.49
Hex 48 86 B3 3C 19 0 1E CD 2B 31
Octal 110 206 263 74 31 0 36 315 53 61
Binary 1001000 10000110 10110011 111100 11001 0 11110 11001101 101011 110001

Color Harmonies of #4886B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4886B3

Black with #4886B3

Text Example


Text Example

White with #4886B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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