Html Css Color HEX #4885BE Steel Blue

📋 copy color: '#4885BE'

red 72 ◦ green 133 ◦ blue 190

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

Shades of Steel Blue #4885BE

Tints of Steel Blue #4885BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.1%

R = 18.23%
G = 33.67%
B = 48.1%

CMYK

 C value IS 0.62

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4885BE (or 0x4885BE) is known color: Steel Blue. HEX triplet: 48, 85 and BE. RGB value is (72,133,190). Sum of RGB (Red+Green+Blue) = 72+133+190=395 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.23% from 395); Green value is 133 (52.34% from 255 or 33.67% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #4885BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885BE is #B77A41. Grayscale: #787878. Windows color (decimal): -12024386 or 12485960. OLE color: 12485960.

HSL color Cylindrical-coordinate representation of color #4885BE: hue angle of 208.98º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4885BE is Cyan = 0.62, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 133 190 -
CMYK 0.62 0.3 0 0.25
HSL 208.98º 0.48% 0.51% -
HSV(B) 208.98º 0.62% 0.75% -
XYZ 20.35 21.87 51.86 -
YUV 121.26 166.79 92.87 -
System Red Green Blue C M Y K H S L
Decimal 72 133 190 0.62 0.3 0 0.25 208.98 0.48 0.51
Hex 48 85 BE 3E 1E 0 19 D1 30 33
Octal 110 205 276 76 36 0 31 321 60 63
Binary 1001000 10000101 10111110 111110 11110 0 11001 11010001 110000 110011

Color Harmonies of #4885BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4885BE

Black with #4885BE

Text Example


Text Example

White with #4885BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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