Html Css Color HEX #4774AD Steel Blue

📋 copy color: '#4774AD'

red 71 ◦ green 116 ◦ blue 173

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

Shades of Steel Blue #4774AD

Tints of Steel Blue #4774AD

RGB

 RED value IS 71 (28.13% from 255) = 19.72%

 GREEN value IS 116 (45.7% from 255) = 32.22%

 BLUE value IS 173 (67.97% from 255) = 48.06%

R = 19.72%
G = 32.22%
B = 48.06%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4774AD (or 0x4774AD) is known color: Steel Blue. HEX triplet: 47, 74 and AD. RGB value is (71,116,173). Sum of RGB (Red+Green+Blue) = 71+116+173=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 173 - color contains mainly: blue. Hex color #4774AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4774AD is #B88B52. Grayscale: #6C6C6C. Windows color (decimal): -12094291 or 11367495. OLE color: 11367495.

HSL color Cylindrical-coordinate representation of color #4774AD: hue angle of 213.53º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4774AD is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 116 173 -
CMYK 0.59 0.33 0 0.32
HSL 213.53º 0.42% 0.48% -
HSV(B) 213.53º 0.59% 0.68% -
XYZ 16.39 16.85 41.92 -
YUV 109.04 164.09 100.87 -
System Red Green Blue C M Y K H S L
Decimal 71 116 173 0.59 0.33 0 0.32 213.53 0.42 0.48
Hex 47 74 AD 3B 21 0 20 D6 2A 30
Octal 107 164 255 73 41 0 40 326 52 60
Binary 1000111 1110100 10101101 111011 100001 0 100000 11010110 101010 110000

Color Harmonies of #4774AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4774AD

Black with #4774AD

Text Example


Text Example

White with #4774AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4774AD; }

 p { color: rgb(71,116,173); }

 H1.HeaderClassName
 {
   color: #4774AD;
 }
 .AnyTagClassName
 {
   color: #4774AD;
 }
</style>

background-color css

<style>
 a { background-color: #4774AD; }

 a { background-color: rgb(71,116,173); }

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

border-color css

<style>
 span { border-color: #4774AD; }

 span { border-color: rgb(71,116,173); }

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