Html Css Color HEX #4985BE Steel Blue

📋 copy color: '#4985BE'

red 73 ◦ green 133 ◦ blue 190

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

Shades of Steel Blue #4985BE

Tints of Steel Blue #4985BE

RGB

 RED value IS 73 (28.91% from 255) = 18.43%

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

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

R = 18.43%
G = 33.59%
B = 47.98%

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

#4985BE (or 0x4985BE) is known color: Steel Blue. HEX triplet: 49, 85 and BE. RGB value is (73,133,190). Sum of RGB (Red+Green+Blue) = 73+133+190=396 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.43% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #4985BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4985BE is #B67A41. Grayscale: #797979. Windows color (decimal): -11958850 or 12485961. OLE color: 12485961.

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

Color convert

RGB 73 133 190 -
CMYK 0.62 0.3 0 0.25
HSL 209.23º 0.47% 0.52% -
HSV(B) 209.23º 0.62% 0.75% -
XYZ 20.43 21.91 51.87 -
YUV 121.56 166.62 93.37 -
System Red Green Blue C M Y K H S L
Decimal 73 133 190 0.62 0.3 0 0.25 209.23 0.47 0.52
Hex 49 85 BE 3E 1E 0 19 D1 2F 34
Octal 111 205 276 76 36 0 31 321 57 64
Binary 1001001 10000101 10111110 111110 11110 0 11001 11010001 101111 110100

Color Harmonies of #4985BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4985BE

Black with #4985BE

Text Example


Text Example

White with #4985BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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