Html Css Color HEX #4774BB Steel Blue

📋 copy color: '#4774BB'

red 71 ◦ green 116 ◦ blue 187

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

Shades of Steel Blue #4774BB

Tints of Steel Blue #4774BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50%

R = 18.98%
G = 31.02%
B = 50%

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

#4774BB (or 0x4774BB) is known color: Steel Blue. HEX triplet: 47, 74 and BB. RGB value is (71,116,187). Sum of RGB (Red+Green+Blue) = 71+116+187=374 (49% of max value = 765). Red value is 71 (28.12% from 255 or 18.98% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #4774BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4774BB is #B88B44. Grayscale: #6E6E6E. Windows color (decimal): -12094277 or 12284999. OLE color: 12284999.

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

Color convert

RGB 71 116 187 -
CMYK 0.62 0.38 0 0.27
HSL 216.72º 0.46% 0.51% -
HSV(B) 216.72º 0.62% 0.73% -
XYZ 17.81 17.42 49.44 -
YUV 110.64 171.09 99.73 -
System Red Green Blue C M Y K H S L
Decimal 71 116 187 0.62 0.38 0 0.27 216.72 0.46 0.51
Hex 47 74 BB 3E 26 0 1B D9 2E 33
Octal 107 164 273 76 46 0 33 331 56 63
Binary 1000111 1110100 10111011 111110 100110 0 11011 11011001 101110 110011

Color Harmonies of #4774BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4774BB

Black with #4774BB

Text Example


Text Example

White with #4774BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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