Html Css Color HEX #4D77AC Steel Blue

📋 copy color: '#4D77AC'

red 77 ◦ green 119 ◦ blue 172

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

Shades of Steel Blue #4D77AC

Tints of Steel Blue #4D77AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.34%

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

R = 20.92%
G = 32.34%
B = 46.74%

CMYK

 C value IS 0.55

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D77AC (or 0x4D77AC) is known color: Steel Blue. HEX triplet: 4D, 77 and AC. RGB value is (77,119,172). Sum of RGB (Red+Green+Blue) = 77+119+172=368 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.92% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D77AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D77AC is #B28853. Grayscale: #707070. Windows color (decimal): -11700308 or 11302733. OLE color: 11302733.

HSL color Cylindrical-coordinate representation of color #4D77AC: hue angle of 213.47º 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 #4D77AC is Cyan = 0.55, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 119 172 -
CMYK 0.55 0.31 0 0.33
HSL 213.47º 0.38% 0.49% -
HSV(B) 213.47º 0.55% 0.67% -
XYZ 17.1 17.75 41.55 -
YUV 112.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 77 119 172 0.55 0.31 0 0.33 213.47 0.38 0.49
Hex 4D 77 AC 37 1F 0 21 D5 26 31
Octal 115 167 254 67 37 0 41 325 46 61
Binary 1001101 1110111 10101100 110111 11111 0 100001 11010101 100110 110001

Color Harmonies of #4D77AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D77AC

Black with #4D77AC

Text Example


Text Example

White with #4D77AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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