Html Css Color HEX #4D79AC Steel Blue

📋 copy color: '#4D79AC'

red 77 ◦ green 121 ◦ blue 172

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

Shades of Steel Blue #4D79AC

Tints of Steel Blue #4D79AC

RGB

 RED value IS 77 (30.47% from 255) = 20.81%

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

 BLUE value IS 172 (67.58% from 255) = 46.49%

R = 20.81%
G = 32.7%
B = 46.49%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D79AC (or 0x4D79AC) is known color: Steel Blue. HEX triplet: 4D, 79 and AC. RGB value is (77,121,172). Sum of RGB (Red+Green+Blue) = 77+121+172=370 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.81% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 172 (67.58% from 255 or 46.49% from 370); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D79AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D79AC is #B28653. Grayscale: #717171. Windows color (decimal): -11699796 or 11303245. OLE color: 11303245.

HSL color Cylindrical-coordinate representation of color #4D79AC: hue angle of 212.21º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D79AC is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 121 172 -
CMYK 0.55 0.30 0 0.33
HSL 212.21º 0.38% 0.49% -
HSV(B) 212.21º 0.55% 0.67% -
XYZ 17.34 18.23 41.63 -
YUV 113.66 160.92 101.85 -
System Red Green Blue C M Y K H S L
Decimal 77 121 172 0.55 0.30 0 0.33 212.21 0.38 0.49
Hex 4D 79 AC 37 1E 0 21 D4 26 31
Octal 115 171 254 67 36 0 41 324 46 61
Binary 1001101 1111001 10101100 110111 11110 0 100001 11010100 100110 110001

Color Harmonies of #4D79AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D79AC

Black with #4D79AC

Text Example


Text Example

White with #4D79AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D79AC; }

 p { color: rgb(77,121,172); }

 H1.HeaderClassName
 {
   color: #4D79AC;
 }
 .AnyTagClassName
 {
   color: #4D79AC;
 }
</style>

background-color css

<style>
 a { background-color: #4D79AC; }

 a { background-color: rgb(77,121,172); }

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

border-color css

<style>
 span { border-color: #4D79AC; }

 span { border-color: rgb(77,121,172); }

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