Html Css Color HEX #4D7CAC Steel Blue

📋 copy color: '#4D7CAC'

red 77 ◦ green 124 ◦ blue 172

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

Shades of Steel Blue #4D7CAC

Tints of Steel Blue #4D7CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.24%

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

R = 20.64%
G = 33.24%
B = 46.11%

CMYK

 C value IS 0.55

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D7CAC (or 0x4D7CAC) is known color: Steel Blue. HEX triplet: 4D, 7C and AC. RGB value is (77,124,172). Sum of RGB (Red+Green+Blue) = 77+124+172=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D7CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7CAC is #B28353. Grayscale: #737373. Windows color (decimal): -11699028 or 11304013. OLE color: 11304013.

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

Color convert

RGB 77 124 172 -
CMYK 0.55 0.28 0 0.33
HSL 210.32º 0.38% 0.49% -
HSV(B) 210.32º 0.55% 0.67% -
XYZ 17.71 18.97 41.76 -
YUV 115.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 77 124 172 0.55 0.28 0 0.33 210.32 0.38 0.49
Hex 4D 7C AC 37 1C 0 21 D2 26 31
Octal 115 174 254 67 34 0 41 322 46 61
Binary 1001101 1111100 10101100 110111 11100 0 100001 11010010 100110 110001

Color Harmonies of #4D7CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7CAC

Black with #4D7CAC

Text Example


Text Example

White with #4D7CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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