Html Css Color HEX #4774B0 Steel Blue

📋 copy color: '#4774B0'

red 71 ◦ green 116 ◦ blue 176

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

Shades of Steel Blue #4774B0

Tints of Steel Blue #4774B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 48.48%

R = 19.56%
G = 31.96%
B = 48.48%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4774B0 (or 0x4774B0) is known color: Steel Blue. HEX triplet: 47, 74 and B0. RGB value is (71,116,176). Sum of RGB (Red+Green+Blue) = 71+116+176=363 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.56% from 363); Green value is 116 (45.70% from 255 or 31.96% from 363); Blue value is 176 (69.14% from 255 or 48.48% from 363); Max value from RGB is 176 - color contains mainly: blue. Hex color #4774B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4774B0 is #B88B4F. Grayscale: #6D6D6D. Windows color (decimal): -12094288 or 11564103. OLE color: 11564103.

HSL color Cylindrical-coordinate representation of color #4774B0: hue angle of 214.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4774B0 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 71 116 176 -
CMYK 0.60 0.34 0 0.31
HSL 214.29º 0.43% 0.48% -
HSV(B) 214.29º 0.6% 0.69% -
XYZ 16.68 16.96 43.47 -
YUV 109.39 165.59 100.62 -
System Red Green Blue C M Y K H S L
Decimal 71 116 176 0.60 0.34 0 0.31 214.29 0.43 0.48
Hex 47 74 B0 3C 22 0 1F D6 2B 30
Octal 107 164 260 74 42 0 37 326 53 60
Binary 1000111 1110100 10110000 111100 100010 0 11111 11010110 101011 110000

Color Harmonies of #4774B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4774B0

Black with #4774B0

Text Example


Text Example

White with #4774B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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