Html Css Color HEX #4985AF Steel Blue

📋 copy color: '#4985AF'

red 73 ◦ green 133 ◦ blue 175

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

Shades of Steel Blue #4985AF

Tints of Steel Blue #4985AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.93%

R = 19.16%
G = 34.91%
B = 45.93%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4985AF (or 0x4985AF) is known color: Steel Blue. HEX triplet: 49, 85 and AF. RGB value is (73,133,175). Sum of RGB (Red+Green+Blue) = 73+133+175=381 (50% of max value = 765). Red value is 73 (28.91% from 255 or 19.16% from 381); Green value is 133 (52.34% from 255 or 34.91% from 381); Blue value is 175 (68.75% from 255 or 45.93% from 381); Max value from RGB is 175 - color contains mainly: blue. Hex color #4985AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4985AF is #B67A50. Grayscale: #777777. Windows color (decimal): -11958865 or 11502921. OLE color: 11502921.

HSL color Cylindrical-coordinate representation of color #4985AF: hue angle of 204.71º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4985AF is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 133 175 -
CMYK 0.58 0.24 0 0.31
HSL 204.71º 0.41% 0.49% -
HSV(B) 204.71º 0.58% 0.69% -
XYZ 18.87 21.29 43.67 -
YUV 119.85 159.12 94.58 -
System Red Green Blue C M Y K H S L
Decimal 73 133 175 0.58 0.24 0 0.31 204.71 0.41 0.49
Hex 49 85 AF 3A 18 0 1F CD 29 31
Octal 111 205 257 72 30 0 37 315 51 61
Binary 1001001 10000101 10101111 111010 11000 0 11111 11001101 101001 110001

Color Harmonies of #4985AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4985AF

Black with #4985AF

Text Example


Text Example

White with #4985AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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