Html Css Color HEX #4885B9 Steel Blue

📋 copy color: '#4885B9'

red 72 ◦ green 133 ◦ blue 185

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

Shades of Steel Blue #4885B9

Tints of Steel Blue #4885B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.44%

R = 18.46%
G = 34.1%
B = 47.44%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4885B9 (or 0x4885B9) is known color: Steel Blue. HEX triplet: 48, 85 and B9. RGB value is (72,133,185). Sum of RGB (Red+Green+Blue) = 72+133+185=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 185 (72.66% from 255 or 47.44% from 390); Max value from RGB is 185 - color contains mainly: blue. Hex color #4885B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4885B9 is #B77A46. Grayscale: #787878. Windows color (decimal): -12024391 or 12158280. OLE color: 12158280.

HSL color Cylindrical-coordinate representation of color #4885B9: hue angle of 207.61º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4885B9 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 72 133 185 -
CMYK 0.61 0.28 0 0.27
HSL 207.61º 0.45% 0.5% -
HSV(B) 207.61º 0.61% 0.73% -
XYZ 19.82 21.66 49.03 -
YUV 120.69 164.29 93.27 -
System Red Green Blue C M Y K H S L
Decimal 72 133 185 0.61 0.28 0 0.27 207.61 0.45 0.5
Hex 48 85 B9 3D 1C 0 1B D0 2D 32
Octal 110 205 271 75 34 0 33 320 55 62
Binary 1001000 10000101 10111001 111101 11100 0 11011 11010000 101101 110010

Color Harmonies of #4885B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4885B9

Black with #4885B9

Text Example


Text Example

White with #4885B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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