Html Css Color HEX #4885BD Steel Blue

📋 copy color: '#4885BD'

red 72 ◦ green 133 ◦ blue 189

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

Shades of Steel Blue #4885BD

Tints of Steel Blue #4885BD

RGB

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

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

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

R = 18.27%
G = 33.76%
B = 47.97%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4885BD (or 0x4885BD) is known color: Steel Blue. HEX triplet: 48, 85 and BD. RGB value is (72,133,189). Sum of RGB (Red+Green+Blue) = 72+133+189=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #4885BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885BD is #B77A42. Grayscale: #787878. Windows color (decimal): -12024387 or 12420424. OLE color: 12420424.

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

Color convert

RGB 72 133 189 -
CMYK 0.62 0.30 0 0.26
HSL 208.72º 0.47% 0.51% -
HSV(B) 208.72º 0.62% 0.74% -
XYZ 20.25 21.83 51.29 -
YUV 121.15 166.29 92.95 -
System Red Green Blue C M Y K H S L
Decimal 72 133 189 0.62 0.30 0 0.26 208.72 0.47 0.51
Hex 48 85 BD 3E 1E 0 1A D1 2F 33
Octal 110 205 275 76 36 0 32 321 57 63
Binary 1001000 10000101 10111101 111110 11110 0 11010 11010001 101111 110011

Color Harmonies of #4885BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4885BD

Black with #4885BD

Text Example


Text Example

White with #4885BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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