Html Css Color HEX #4779BC Steel Blue

📋 copy color: '#4779BC'

red 71 ◦ green 121 ◦ blue 188

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

Shades of Steel Blue #4779BC

Tints of Steel Blue #4779BC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.84%

 BLUE value IS 188 (73.83% from 255) = 49.47%

R = 18.68%
G = 31.84%
B = 49.47%

CMYK

 C value IS 0.62

 M value IS 0.36

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4779BC (or 0x4779BC) is known color: Steel Blue. HEX triplet: 47, 79 and BC. RGB value is (71,121,188). Sum of RGB (Red+Green+Blue) = 71+121+188=380 (50% of max value = 765). Red value is 71 (28.12% from 255 or 18.68% from 380); Green value is 121 (47.66% from 255 or 31.84% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #4779BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4779BC is #B88643. Grayscale: #717171. Windows color (decimal): -12092996 or 12351815. OLE color: 12351815.

HSL color Cylindrical-coordinate representation of color #4779BC: hue angle of 214.36º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4779BC is Cyan = 0.62, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 71 121 188 -
CMYK 0.62 0.36 0 0.26
HSL 214.36º 0.47% 0.51% -
HSV(B) 214.36º 0.62% 0.74% -
XYZ 18.51 18.65 50.2 -
YUV 113.69 169.94 97.55 -
System Red Green Blue C M Y K H S L
Decimal 71 121 188 0.62 0.36 0 0.26 214.36 0.47 0.51
Hex 47 79 BC 3E 24 0 1A D6 2F 33
Octal 107 171 274 76 44 0 32 326 57 63
Binary 1000111 1111001 10111100 111110 100100 0 11010 11010110 101111 110011

Color Harmonies of #4779BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4779BC

Black with #4779BC

Text Example


Text Example

White with #4779BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4779BC; }

 p { color: rgb(71,121,188); }

 H1.HeaderClassName
 {
   color: #4779BC;
 }
 .AnyTagClassName
 {
   color: #4779BC;
 }
</style>

background-color css

<style>
 a { background-color: #4779BC; }

 a { background-color: rgb(71,121,188); }

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

border-color css

<style>
 span { border-color: #4779BC; }

 span { border-color: rgb(71,121,188); }

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