Html Css Color HEX #4774AB Steel Blue

📋 copy color: '#4774AB'

red 71 ◦ green 116 ◦ blue 171

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

Shades of Steel Blue #4774AB

Tints of Steel Blue #4774AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 19.83%
G = 32.4%
B = 47.77%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4774AB (or 0x4774AB) is known color: Steel Blue. HEX triplet: 47, 74 and AB. RGB value is (71,116,171). Sum of RGB (Red+Green+Blue) = 71+116+171=358 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.83% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #4774AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4774AB is #B88B54. Grayscale: #6C6C6C. Windows color (decimal): -12094293 or 11236423. OLE color: 11236423.

HSL color Cylindrical-coordinate representation of color #4774AB: hue angle of 213º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4774AB is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 116 171 -
CMYK 0.58 0.32 0 0.33
HSL 213º 0.41% 0.47% -
HSV(B) 213º 0.58% 0.67% -
XYZ 16.19 16.77 40.91 -
YUV 108.82 163.09 101.03 -
System Red Green Blue C M Y K H S L
Decimal 71 116 171 0.58 0.32 0 0.33 213 0.41 0.47
Hex 47 74 AB 3A 20 0 21 D5 29 2F
Octal 107 164 253 72 40 0 41 325 51 57
Binary 1000111 1110100 10101011 111010 100000 0 100001 11010101 101001 101111

Color Harmonies of #4774AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4774AB

Black with #4774AB

Text Example


Text Example

White with #4774AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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