Html Css Color HEX #4774BA Steel Blue

📋 copy color: '#4774BA'

red 71 ◦ green 116 ◦ blue 186

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

Shades of Steel Blue #4774BA

Tints of Steel Blue #4774BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.87%

R = 19.03%
G = 31.1%
B = 49.87%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4774BA (or 0x4774BA) is known color: Steel Blue. HEX triplet: 47, 74 and BA. RGB value is (71,116,186). Sum of RGB (Red+Green+Blue) = 71+116+186=373 (49% of max value = 765). Red value is 71 (28.12% from 255 or 19.03% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 186 - color contains mainly: blue. Hex color #4774BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4774BA is #B88B45. Grayscale: #6E6E6E. Windows color (decimal): -12094278 or 12219463. OLE color: 12219463.

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

Color convert

RGB 71 116 186 -
CMYK 0.62 0.38 0 0.27
HSL 216.52º 0.45% 0.5% -
HSV(B) 216.52º 0.62% 0.73% -
XYZ 17.71 17.38 48.87 -
YUV 110.53 170.59 99.81 -
System Red Green Blue C M Y K H S L
Decimal 71 116 186 0.62 0.38 0 0.27 216.52 0.45 0.5
Hex 47 74 BA 3E 26 0 1B D9 2D 32
Octal 107 164 272 76 46 0 33 331 55 62
Binary 1000111 1110100 10111010 111110 100110 0 11011 11011001 101101 110010

Color Harmonies of #4774BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4774BA

Black with #4774BA

Text Example


Text Example

White with #4774BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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