Html Css Color HEX #4885BC Steel Blue

📋 copy color: '#4885BC'

red 72 ◦ green 133 ◦ blue 188

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

Shades of Steel Blue #4885BC

Tints of Steel Blue #4885BC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.84%

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

R = 18.32%
G = 33.84%
B = 47.84%

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

#4885BC (or 0x4885BC) is known color: Steel Blue. HEX triplet: 48, 85 and BC. RGB value is (72,133,188). Sum of RGB (Red+Green+Blue) = 72+133+188=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #4885BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885BC is #B77A43. Grayscale: #787878. Windows color (decimal): -12024388 or 12354888. OLE color: 12354888.

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

Color convert

RGB 72 133 188 -
CMYK 0.62 0.29 0 0.26
HSL 208.45º 0.46% 0.51% -
HSV(B) 208.45º 0.62% 0.74% -
XYZ 20.14 21.78 50.72 -
YUV 121.03 165.79 93.03 -
System Red Green Blue C M Y K H S L
Decimal 72 133 188 0.62 0.29 0 0.26 208.45 0.46 0.51
Hex 48 85 BC 3E 1D 0 1A D0 2E 33
Octal 110 205 274 76 35 0 32 320 56 63
Binary 1001000 10000101 10111100 111110 11101 0 11010 11010000 101110 110011

Color Harmonies of #4885BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4885BC

Black with #4885BC

Text Example


Text Example

White with #4885BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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