Html Css Color HEX #4774BF Steel Blue

📋 copy color: '#4774BF'

red 71 ◦ green 116 ◦ blue 191

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

Shades of Steel Blue #4774BF

Tints of Steel Blue #4774BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.53%

R = 18.78%
G = 30.69%
B = 50.53%

CMYK

 C value IS 0.63

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4774BF (or 0x4774BF) is known color: Steel Blue. HEX triplet: 47, 74 and BF. RGB value is (71,116,191). Sum of RGB (Red+Green+Blue) = 71+116+191=378 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.78% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #4774BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4774BF is #B88B40. Grayscale: #6E6E6E. Windows color (decimal): -12094273 or 12547143. OLE color: 12547143.

HSL color Cylindrical-coordinate representation of color #4774BF: hue angle of 217.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4774BF is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 116 191 -
CMYK 0.63 0.39 0 0.25
HSL 217.5º 0.48% 0.51% -
HSV(B) 217.5º 0.63% 0.75% -
XYZ 18.25 17.59 51.72 -
YUV 111.1 173.09 99.4 -
System Red Green Blue C M Y K H S L
Decimal 71 116 191 0.63 0.39 0 0.25 217.5 0.48 0.51
Hex 47 74 BF 3F 27 0 19 DA 30 33
Octal 107 164 277 77 47 0 31 332 60 63
Binary 1000111 1110100 10111111 111111 100111 0 11001 11011010 110000 110011

Color Harmonies of #4774BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4774BF

Black with #4774BF

Text Example


Text Example

White with #4774BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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